OpenSSH is a command line program recommended for connecting to your SFTP account manually from time-to-time and one-time uploads.
- Supported platforms: Mac™ and Linux™
- Connection requirements: Use your OpenSSH-style public key (id_rsa.pub) and OpenSSH-style private key (id_rsa) to connect.
Steps
To upload a file using OpenSSH (example command):$ echo -e -n "put example_file.txt" | sftp -b - [your-district-domain]@sftp.samegoal.com:/upload/
- example_file.txt = any file
- Find your district domain