The ftp shell is to auto login to the ftp server and put the file, just an example
ftp -in10.54.143.3 <<EOF
user username password
binary
cd /var/
put abc
quit
2023-12-23 20:18:33
The ftp shell is to auto login to the ftp server and put the file, just an example
ftp -in10.54.143.3 <<EOF
user username password
binary
cd /var/
put abc
quit