ftp -s:script.txt
The contents of script.txt might look like this:
ftp.server.com yourUserName yourPassword bin cd /files put file.zip bye
This is handy for administration between servers, but keep in mind that FTP sends passwords in clear text.
ftp -s:script.txt
The contents of script.txt might look like this:
ftp.server.com yourUserName yourPassword bin cd /files put file.zip bye
This is handy for administration between servers, but keep in mind that FTP sends passwords in clear text.