Hi, we use NetExtras with success.
However, in some remote cases, we've found an issues that's cause behaviours (and exception) not manageable from b4a.
When calling CloseNow during a file rx or tx (for example, because a User don't like to get a large files and we give an abort button option), silently the files continues its progress.
When we enter another once in that form (for another communication) the old transfer continues for a while. There is a way, after (or during the CloseNow) to absolutely disable all transfers event? I supposed that CloseNow should close not only command socket but also data socket(s).
But CloseNow relies (I think) on the Net version of the library. NetExtras should be recompiled against new Net library version?
Last question: I remember that wasn't possible using Implicit FTP SSL with AutoCertificate. Is that true also today with all new Android version?
Thank you so much.
Maurizio
However, in some remote cases, we've found an issues that's cause behaviours (and exception) not manageable from b4a.
When calling CloseNow during a file rx or tx (for example, because a User don't like to get a large files and we give an abort button option), silently the files continues its progress.
When we enter another once in that form (for another communication) the old transfer continues for a while. There is a way, after (or during the CloseNow) to absolutely disable all transfers event? I supposed that CloseNow should close not only command socket but also data socket(s).
But CloseNow relies (I think) on the Net version of the library. NetExtras should be recompiled against new Net library version?
Last question: I remember that wasn't possible using Implicit FTP SSL with AutoCertificate. Is that true also today with all new Android version?
Thank you so much.
Maurizio