I am downloading a 250 meg file thru ftp.
The program keeps on allocating memory before writing any thing out
ftpConnection.TransferBufferSize=24096;// TransferBufferSize
ftpConnection.DownloadFile(LocFilename,RemoteFileName);
But if I transfer as binary there is no issues.
What can I do to prevent it