The installer by is a self-extracting shell script. So, from a terminal run sh ./<installer>.bin
SCRIPTING
The command-line version of Secure FTP supports simple scripting. A script is nothing more than a line-by-line representation of what would be entered at the command line placed in a file. A sample script might look like:
# Sample Secure FTP 2.5 script
open ftp.glub.com
user demo <pass>
lcd /tmp
lmkdir test
lcd test
cd /pub
mget *
quit
To call this script, from the command line you would pass in the
arguments:
ftps.sh -script <path to script>/<file>
Note: In version 2.5.10 is the ability to have encrypted passwords referenced in your script. To generate an encrypted password, open a terminal/command prompt and change to the Secure FTP installation directory.
The installer by is a self-extracting shell script. So, from a terminal run sh ./<installer>.bin
SCRIPTING
The command-line version of Secure FTP supports simple scripting. A script is nothing more than a line-by-line representation of what would be entered at the command line placed in a file. A sample script might look like:
# Sample Secure FTP 2.5 script
open ftp.glub.com
user demo <pass>
lcd /tmp
lmkdir test
lcd test
cd /pub
mget *
quit
To call this script, from the command line you would pass in the
arguments:
ftps.sh -script <path to script>/<file>
Note: In version 2.5.10 is the ability to have encrypted passwords referenced in your script. To generate an encrypted password, open a terminal/command prompt and change to the Secure FTP installation directory.