SameGoal Special Programs
search
SameGoal Special Programs

OpenSSH




Support > Online Guides > Technical Guide > OpenSSH
download

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

Connect link

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