I have one question about FTP-operations.
Is it enough to check once before every FTP-operation if FTP.IsInitialized is true?
It seems, that sometimes the FTP.IsInitialized is true, but it is not possible to upload or download a file. I have now in front of every FTP-operation the complete FTP.Initialize(...), but I don't know, if this is the correct way.
I only want to know, what is the best solution because my code is now full of FTP.Initialize....:signOops:
thanks...
Is it enough to check once before every FTP-operation if FTP.IsInitialized is true?
It seems, that sometimes the FTP.IsInitialized is true, but it is not possible to upload or download a file. I have now in front of every FTP-operation the complete FTP.Initialize(...), but I don't know, if this is the correct way.
I only want to know, what is the best solution because my code is now full of FTP.Initialize....:signOops:
thanks...