× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.





Normally FTP tells the other side how many bytes are being sent.


No, sorry... that simply isn't true. FTP may send a human-readable informational message that says how big the file is, but that is totally optional, the server can say anything it likes in that message, it's totally free form,and the number of bytes is totually optional and not used by the FTP protocol for any reason.

The end of a file in FTP is detected by the sending of a "226 Transfer Complete" message on the control channel. If that message is received, the receiver knows that all of the data was sent and the data channel is closed.

I agree that whether or not you have CRLF at the end of the file won't have any effect on FTP, however, I do not agree with your statement that the number of bytes sent has any impact on it.

I suspect the requirement means a CRLF is optional on the final record in
the file, but required between all other records in the file. Why? Because
once the file transfer is complete, the receiving program can infer whatever
it wants, including a CRLF.

Yes... or to put it another way: If it receives an "End of File" error, the program will know that it's also at the end of the record. After all, when the file is done, the record must also be done.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.