Category Archives: SFTP

SFTP & SCP

SCP Git Bash has scp but not sftp. $scp -i <identity_file_name> -P <port_number> ./201* user_name@hot_name:<destination_directory> Now i can upload all the files that start with 201, and as long as i’m in the same folder where the files are. SFTP It is very easy to perform upload and download files once we get into the […]

Posted in SFTP