nouvakis 0 Posted October 28, 2019 in unit OverbyteIcsFtpMulti 1) One field is missing: fFtpSslCliSecurity 2) Two fields need to be set in TIcsFtpMultiThread.Execute a) IcsFTPMultiCli.FtpType := fFtpType; b) IcsFTPMultiCli.FtpSslCliSecurity := fFtpSslCliSecurity; thanks Share this post Link to post
Angus Robertson 574 Posted October 29, 2019 Thanks, will fix that next week. Don't use the threaded version very much, just to test how many hundred simultaneous FTP sessions the ICS FTP server and client can support. Angus Share this post Link to post
nouvakis 0 Posted October 30, 2019 On 10/29/2019 at 1:06 AM, nouvakis said: in unit OverbyteIcsFtpMulti 1) One field is missing: fFtpSslCliSecurity 2) Two fields need to be set in TIcsFtpMultiThread.Execute a) IcsFTPMultiCli.FtpType := fFtpType; b) IcsFTPMultiCli.FtpSslCliSecurity := fFtpSslCliSecurity; thanks could you please add field IgnorePaths at TIcsFtpMultiThread class and at the Execute procedure? Share this post Link to post
Angus Robertson 574 Posted November 4, 2019 Your three Xfer fixes are now in SVN and the overnight zip. Angus Share this post Link to post
nouvakis 0 Posted November 5, 2019 On 11/4/2019 at 11:49 AM, Angus Robertson said: Your three Xfer fixes are now in SVN and the overnight zip. Angus super, thanks ! Share this post Link to post