FTP script needs blank line
- by Ones and Zeroes
I am trying to determine the reason for some FTP servers requiring a blank line in the script as follows:
open server.com
username
ftp_commands
bye
Refer to blank line required after username credentials.
Example from: FTP from batch file
another reference to the same:…