How to Copy the entire folder contents (including sub-folders and their contents) to another folder using PUTTY? Is there any command for that?
feedback
|
migrated from stackoverflow.com May 3 '11 at 13:46
This question came from our site for professional and enthusiast programmers.
|
Linux use for example :
Windows use XCopy For example:
| |||
|
feedback
|
|
If you have access to a bash shell you can use the following command:
I hope this helps. | |||
feedback
|
|
What you are looking for is pscp. It can be found on the same website as putty : http://www.chiark.greenend.org.uk/~sgtatham/putty/ Have fun! EDIT : I presume that your trying to get the files from one system to another, hence the use of putty. | |||
|
feedback
|