FTP script needs blank line

Posted by Ones and Zeroes on Server Fault See other posts from Server Fault or by Ones and Zeroes
Published on 2011-10-01T09:06:01Z Indexed on 2012/09/24 21:40 UTC
Read the original article Hit count: 151

Filed under:
|

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: http://newsgroups.derkeiler.com/Archive/Comp/comp.sys.ibm.as400.misc/2008-05/msg00227.html

Also discussed here:

archive.midrange.com/midrange-l/200601/msg00048.html "The behavior I'm observing is the same as if I didn't specify the password to login." with an answer referring to our same fix... archive.midrange.com/midrange-l/200601/msg00053.html and archive.midrange.com/midrange-l/200601/msg00065.html

Note: It is my experience that FTP questions attract uncouth responses. Admittedly FTP is outdated, but many clients still have legacy systems, which they cannot upgrade or replace. The reason thereof should not be discussed here. The intention of this question is to invite a positive response. Please do not respond if you disagree with the above. If you have never encountered this same issue, please do not respond.

I suspect this may be limited to FTP scripts executed from Windows machines, but have been told that this happens often and with many different servers.

My specific interest is to understand what may cause this as I have a real world example of a production system suddenly requiring this as a workaround fix, after running for many years without issue. The server belongs to a third party who claims no change on their end. Server details unknown and cannot be determined.

Any help or encouragement from someone who has come across the same, would be appreciated.

ps. Sorry for the many words and references to painful responses, but I have asked similar questions on serverfault and elsewhere and unfortunately got back kneejerk responses to FTP and respondents debating the validity of the question. I would truly not ask, or re-post this question online if I had a better understanding of the issue. I know of people who have seen this issue, but don't know what causes it.

I am wary that this question would again turn into another irrelevant discussion. Please, I ask very nicely: Please do not respond if you have not encountered a similar issue.

FURTHER EDIT: Please do not suggest changing the product. The problem is not the blank line requirement. We know this fixes the issue. The problem is not being able to explain the reason for the blank line in the first place. Slight difference, but a critical point to note wrt the answering of this question.

© Server Fault or respective owner

Related posts about ftp

Related posts about scripting