23 de enero de 2006

como usar scp

usage: scp [-pqrvBC1246] [-F config] [-S program] [-P port]
[-c cipher] [-i identity] [-l limit] [-o option]
[[user@]host1:]file1 [...] [[user@]host2:]file2


Description: Here\'s how to upload a file
Example: scp filename.jpg
user@host:/path/to/upload


Description: How to download...
Example: scp [-options] @:
scp bob@linuxforum.com:foo.txt bar.txt
Copies a filefoo.txt from the network on your computer and saves it as bar.txt

0 comentarios: