I am definitely encountering problems with transferring large file sizes. I have a piece deployed at a medical clinic that transfers files up to a WS_FTP server. We ran into a couple of 100+ Mb audio files the other day and the software bombed.
In testing over the last few days, I have discovered 25-27 Mb seems to be the threshold. I am not using the FTP logging, but the exception traces back to the component.
'-44' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'. System.ArgumentException: '-44' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'.
at EnterpriseDT.Net.Ftp.FTPClient.a(Stream A_0, String A_1, Boolean A_2)
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile, Boolean append)
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile)
I am using the FTPProClient in secure mode.
Any help appreciated!