constantine-fry / rebekka

Rebekka - FTP/FTPS client in Swift.
BSD 2-Clause "Simplified" License
87 stars 56 forks source link

Demo upload create gives error #24

Open Patrickyp opened 7 years ago

Patrickyp commented 7 years ago

Getting the following error when trying to call testCreate() on the Demo program.

Create directory with result:
false, error: Optional(Error Domain=kCFErrorDomainCFNetwork Code=200 "(null)" UserInfo={kCFFTPStatusCodeKey=550, _kCFStreamErrorCodeKey=550, _kCFStreamErrorDomainKey=6})

What does this error mean and how to fix?