Establishing an SFTP Connection
sftp -P 2222 your_username@xfer.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