I am transferring a file using ftp ASCII get mode. The last line does not have a line feed but the ftp ASCII get is adding one. I noticed in the GetASCII method that a writeline is always executed without checking if a new line was actually sent. Is there a way around adding the new line with out using binary mode?
Thanks