node-ftpsync icon indicating copy to clipboard operation
node-ftpsync copied to clipboard

Intelligent file syncronization over FTP

Results 14 node-ftpsync issues
Sort by recently updated
recently updated
newest added

This issue has been fixed in core jsftp version 2.0.0, which needs to be updated in node-ftpsync. https://github.com/sergi/jsftp/issues/226

change "successfuly" to "successfully"

ftp.raw.mkd(dir, function(err, data) { ^ TypeError: ftp.raw.mkd is not a function

(node:9316) DeprecationWarning: Ftp.raw[stat](args): Use Ftp.raw('stat args') instead. (node:9316) DeprecationWarning: Ftp.raw[feat](args): Use Ftp.raw('feat args') instead. ¿what is the problem?

I am getting the "Error 550 Can't create directory: No such file or directory" error upon committing. The log says that MKDIR failed creating a directory. I have checked the...

All the stuff before makes sense to be verbose, logging what files that were handled doesn't. For instance, when you run this module you can't see what files have gone...

Great work on the module. Really dig its simplicity. Small improvement request: being able to pass the filename of the config.json file. I have so many other stuff in the...

Hi there, I'm getting a 503 bad sequence of commands error. I'm sending up quite a lot of files. I think the issue is with the callbacks. I'm not sure...

Ref: https://github.com/sergi/ftp-test-server

enhancement