Hello,

on Samstag, 5. Mai 2007, Keith Goggin wrote:
> I've just built a new box and wish to save the output of the firmware
> test included on the openSUSE10.3alpha3 installation disk.
>
> I tried 'save to ssh' with [EMAIL PROTECTED]:filename but got an scp
> syntax error. I read the man scp page but it didn't help.
>
> Can someone help with the destination file syntax of scp as required
> by the firmware test?

To copy "local_file" to "/tmp/somefile" on machine "server":
    scp local_file server:/tmp/somefile

Note: You may need to replace the machine name with the IP if the host 
isn't known in /etc/hosts or DNS. For example
    scp local_file 192.168.1.1:/tmp/somefile

The other way round, probably not needed here:
    scp server:/home/someone/remote_file /tmp/somefile


Regards,

Christian Boltz
-- 
240 TB also... das wären dann die Konfigurationsdateien. Und die ganzen 
"Nutzdaten"? MP3's? jpg's? Wo haben die Platz?
[Andreas Feile in suse-linux]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to