Sunday, January 6, 2013

What is the difference between the scp and sftp utilities in Linux?

Q.

A. man scp
man sftp

How to copy files remote (Unix/Linux) to local (Windows) using SCP or RCP?
Q. I've already googled it, and looked in the man pages but there's no syntax. I tried many variations of rcp filename.extension c:/a but nothing worked. Thanks.

A. pscp username@domain:path/to/file c:\path\to\where\you\want\to\save\it

Which scp command would you use to copy your home directory from bravo to the local system in Linux?
Q.

A. scp -r user@bravo:~ ./




Powered by Yahoo! Answers

No comments:

Post a Comment