Mailinglist Archive: opensuse-factory (528 mails)
| < Previous | Next > |
Re: [opensuse-factory] firmware test new hardware
- From: Christian Boltz <opensuse@xxxxxxxxx>
- Date: Sat, 5 May 2007 13:20:28 +0200
- Message-id: <200705051320.29432@xxxxxxxxxxxxxxx>
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 username@hostname: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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
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 username@hostname: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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |