DactilPlus Member Licensed User Longtime User Jun 14, 2017 #1 I am trying to upload a file yo mu server. But it gives me this error: Cod_error: 0 - Error writing to stream: Error Domain=kCFErrorDomainCFNetwork Code=200 "(null)" UserInfo={kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530} Whats the meaning of the kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530 ? Thanks Erel
I am trying to upload a file yo mu server. But it gives me this error: Cod_error: 0 - Error writing to stream: Error Domain=kCFErrorDomainCFNetwork Code=200 "(null)" UserInfo={kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530} Whats the meaning of the kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530 ? Thanks Erel
JanPRO Well-Known Member Licensed User Longtime User Jun 14, 2017 #2 Hi, DactilPlus said: Whats the meaning of the kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530 ? Click to expand... The error code 530 means that the login was incorrect, you should check the FTP password. Jan Upvote 0
Hi, DactilPlus said: Whats the meaning of the kCFFTPStatusCodeKey=530, _kCFStreamErrorDomainKey=6, _kCFStreamErrorCodeKey=530 ? Click to expand... The error code 530 means that the login was incorrect, you should check the FTP password. Jan