Hello,
I am getting:
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 ?
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 ?