Tutorial

Transferring Files

Establishing an SFTP Connection

sftp -i path_to_your_private_key your_username@transfer.granify.com

(or if you are using our alternate port)

sftp -P 2222 -i path_to_your_private_key your_username@transfer.granify.com

SFTP Commands

To get a list of all available SFTP commands, type help, or ?.

sftp> help

Changing to the Upload Directory

sftp> cd upload

Transferring Files With SFTP

To upload a file from the local machine to the remote SFTP server, use the put command:

sftp> put filename.zip