SameGoal Special Programs
search

OpenSSH




Support > Online Guides > Technical Guide > OpenSSH

OpenSSH is a command line program recommended for connecting to your SFTP account manually from time-to-time and one-time uploads.

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/



info