How to download a file on a SFTP / SCP Linux server with Windows
Jun 10, 2011
1 minute read

How to download a file on a SFTP / SCP Linux server with Windows

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.



comments powered by Disqus