# Transfer files via SFTP

In 

Blogeintrag auf linuxize.com
https://linuxize.com/post/how-to-use-linux-sftp-command-to-transfer-files/

# Establishing an SFTP connection

sftp remote_username@server_ip_or_hostname

Navigation via der Standardbefehle cd und ls.

# Downloading Files with the SFTP Command

# Single File

get filename.zip

# Entire directory

get -r remote_directory

# Resume aborted download

reget filename.zip // reget -r remote_directory