iOS Question FTP

Uniko Sistemi srl

Active Member
Licensed User
Good morning everyone. I am writing an app that allows me to access an FTP area.
I have noticed that when I use the list_completed it doesn't always work. I'll explain. If I start the procedure, I initialize, passive mode true, I pass it the path, the app returns me the list correctly. if I repeat the operation it works perfectly again, but if I execute it again then the third or fourth time, the project does not enter the list completed but remains there waiting for something that I do not know what it could be. It does not give errors of any kind, but simply after the FTP1.List command it no longer enters the FTP1_listcompleted procedure. Do you have any suggestions for using FTP differently or am I doing something wrong?
Thank you
 
Top