How to download folder from putty using ssh client

Rajesh Kuamr Chekuri picture Rajesh Kuamr Chekuri · Jun 17, 2011 · Viewed 111.4k times · Source

how to download folder(contains folder inside folder and files) from putty using ssh client i want download entire Dump to local Drive... can any one guide me ...

Answer

danny picture danny · Jun 17, 2011

You need to use some kind of file-transfer protocol (ftp, scp, etc), putty can't send remote files back to your computer. I use Win-SCP, which has a straightforward gui. Select SCP and you should be able to log in with the same ssh credentials and on the same port (probably 22) that you use with putty.