How to download a file on a SFTP / SCP Linux server with Windows
How to download a file on a SFTP / SCP Linux server with Windows
- Get pscp.exe : http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
- Create a batch file like this :
pscp.exe -P PORT -batch -pw PASSWORD USER@HOST:DIRECTORY/FILE .
Note that the directory is relative to the home directory of the user used.