evanplaice / node-ftpsync

Intelligent file syncronization over FTP
http://evanplaice.github.io/node-ftpsync
MIT License
74 stars 21 forks source link

Error: 550 Create directory operation failed #5

Closed jjude closed 8 years ago

jjude commented 10 years ago

Hi, I get the below error when I sync with a remote server. MKDIR failed. MKDIRs failed. Commit failed.

I thought it might be permission issues but I connected using ftp with the same userid and password and I was able to create directories and remove directories. When I enable verbose logging, it lists the files in the remote directory.

What could be the issue here, and how do I go about troubleshot and fix?

Thank you, Joseph

evanplaice commented 10 years ago

What operating system are you using. I suspect it has something do with an OS specific folder-separator being used.

itsMattShull commented 10 years ago

Any updates on this? I'm getting the same error. Mac OS X 10.9.2.

Skalman commented 10 years ago

I'm also getting the same error on Ubuntu 13.04.

Also, it only uploads/deletes about ~6 files at a time, then completely stopping.

evanplaice commented 8 years ago

This issue should be resolved now as documented in #22.

A bug in jsftp was the source of the problem. It has been patched recently to fix the issue. Be sure to pull the latest and update your dependencies.