FTP download error

rfresh

Well-Known Member
Licensed User
Longtime User
I'm using FTP and am getting an FTP_DownloadCompleted success=false msg. Is there a way to get the exact error as to why it failed to download?

My code was working fine on my old server and I'm now switching over to another server which is having the download problem. Can I tell why it's failing other than a success=false'?

Thanks...
 

rfresh

Well-Known Member
Licensed User
Longtime User
My web hosting provider has confirmed that my website has FTPS via TLS.

They told me:

>I have confirmed that I am able to connect to the server using FTPS,
>though I was required to select the explicit TLS option.

I'm using the follow B4A code to setup my FTP session but it still fails to connect and download a small text file that I have confirmed is there.

B4X:
FTP2.UseSSL = True
FTP2.Initialize("FTP", "ftp.mywebsite.com", 21, pUser, pPW)

Is there anything else I might be able to try?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…