Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.8k views
in .NET FTP by (120 points)
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

1 Answer

0 votes
by (161k points)
Currently no - but we are looking at rewriting this method and we'll make this fix

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

Categories

...