Android Question How to finish, end or close a FTP object in progress

netsistemas

Active Member
Licensed User
Longtime User
how to finish, end or close a FTP in progres?

i try to
FTP.CloseNow
OR
FTP.Initialize("FTP", FtpFtp, FtpPuerto, FtpUser, FtpPWD )

but the progress continue.
 

DonManfred

Expert
Licensed User
Longtime User
You can´t stop it as far as i know.
Maybe setting mobile data to OFF (and then ON again) can help as it will probably kill the connection
 
Upvote 0
Top