Alan Altmark <[EMAIL PROTECTED]> wrote:

On Friday, 09/19/2008 at 04:46 EDT, John McKown <[EMAIL PROTECTED]> wrote:

See previous message about the vsftpd server not doing this "munging"

The defect exists in the ftp client, not the servers.

In text mode (also called ASCII mode) the form on the TCP
stream is CRLF terminated.  It is the responsibility of
both client and server to convert from native text form
to that form.

For unix, that means both server and client convert from
X'0a' termination to X'0a0d' termination.

The traditional CMS file formats would be either FB or VB,
and both client and server should be able to do that.

If (and I don't know one way or the other) unix files are
considered native in current VM/CMS then client and server should
be able to do the conversion.  Specifically, under OpenVM:

http://publib.boulder.ibm.com/infocenter/zvm/v5r3/index.jsp?topic=/com.ibm.zvm.v53.dmsp3/osmask.htm

-- glen

Reply via email to