Hello all,
First of all, congratulations for this FTP lib distribution !
I had a look to the source code and in my opinion the FTPClient is more a "session" than a "client".
Let me explain my point of view:
My first idea was to create an object that extends the FTPClient, in order to provide all methods from edt + mine.
Unfortunately I can't provide a method like "reconnect", that would allow to reconnect using the same FTP profile.
The reason is that the FTPControlSocket is intialized in the FTPClient constructor.
I don't understand this choice.
Why is there no public method to reopen the socket, using the same FTP profile (without the need to recreate a FTPClient) ?
Cheers,
Nico.