Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#!/bin/ksh
ftp -in EFT_SPS_02 << EOF
user username password
lcd /data/
cd /data/
bin
put myfile.txt
quit
EOF
wait
ftp -in EFT_SPS_02 << EOF
user username password
lcd /data/
cd /data/
bin
put myfile.txt
quit
EOF
wait
ftp -in EFT_SPS_02 << EOF
user username password
lcd /data/
cd /data/
bin
put myfile.txt
quit
EOF