iOS Question iNet , FTP upload Problem

tufanv

Expert
Licensed User
Longtime User
Hello,

I am getting:

B4X:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error writing to stream: Error Domain=kCFErrorDomainCFNetwork Code=200 "(null)" UserInfo={kCFFTPStatusCodeKey=500, _kCFStreamErrorCodeKey=500, _kCFStreamErrorDomainKey=6}" UserInfo={NSLocalizedDescription=Error writing to stream: Error Domain=kCFErrorDomainCFNetwork Code=200 "(null)" UserInfo={kCFFTPStatusCodeKey=500, _kCFStreamErrorCodeKey=500, _kCFStreamErrorDomainKey=6}}>

when I try to upload a file to my server using ftp. I have initialized the ftp with correct port username and password but the result is this error code.

Any suggestions ?
 

tufanv

Expert
Licensed User
Longtime User
Hard to say without more information. Make sure that your FTP server is open for regular FTP connections (not SFTP or FTPS).
I tried to conect with filezilla with normal ftp protocol and succeded without a problem. I will post here if i can find a solution. Thanks
 
Upvote 0
Top