Skip to main content

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

·48 words·1 min

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.