Montag, 23. Mai 2016

SFTP: Upload and download files from command line

Download one file:

sftp user@host:/path/to/file.txt localfile.txt
Upload one file:

scp localfile.zip user@host:/my/folder/

Keine Kommentare:

Kommentar veröffentlichen