evanplaice / node-ftpsync

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

(node:9316) DeprecationWarning: Ftp.raw[stat](args): Use Ftp.raw('stat args') instead. #41

Open devbugice opened 7 years ago

devbugice commented 7 years ago

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

TOPS-Aman commented 6 years ago

(node:18474) DeprecationWarning: Ftp.rawstat: Use Ftp.raw('stat args') instead. (node:18474) DeprecationWarning: Ftp.rawtype: Use Ftp.raw('type args') instead. Any update on this? What is the problem here?

pwittchen commented 6 years ago

I get the same warnings. I suppose, usage of one of dependency should be updated. Any plans of fixing it? I took a look at the source code, but I'm not familiar with it and I'm not sure how to fix it properly. It may be also caused by outdated dependency of project dependency (one level lower or deeper), but I'm not exactly sure about that.

pwittchen commented 6 years ago

I fixed it in PR #43 (it's not merged yet).