netsistemas Active Member Licensed User Longtime User Apr 8, 2016 #1 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.
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 Apr 8, 2016 #2 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
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
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2016 #3 CloseNow should work. See the documentation: https://www.b4x.com/android/forum/pages/results/?query=ftp.closenow Upvote 0
CloseNow should work. See the documentation: https://www.b4x.com/android/forum/pages/results/?query=ftp.closenow