evanplaice / node-ftpsync

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

TypeError: ftp.raw.mkd is not a function #42

Open justinantony opened 6 years ago

justinantony commented 6 years ago

ftp.raw.mkd(dir, function(err, data) { ^

TypeError: ftp.raw.mkd is not a function

evanplaice commented 6 years ago

Try installing an older version of JSFTP. Ftp.raw is deprecated. I don't have the time ATM to fix this.

justinantony commented 6 years ago

I will try and update

pwittchen commented 6 years ago

I fixed this in PR #43 in commit https://github.com/evanplaice/node-ftpsync/commit/7c13d426743f647bb6e3e8eeade9df309937e0e5. This PR is not merged yet.