Upload File on FTP or sFTP Server with Shell on Linux
Script to upload file from Shell prompt in Linux or Crontab, Script begins #!/bin/sh SERVER= XX.XX.XX.XX (IP address or host of ftp server) USER=Username PASSW=password ftp -v -n $SERVER <<END_OF_SESSION … Continue Reading →