Jump to content
nouvakis

TIcsFtpMultiThread

Recommended Posts

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

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×