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

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

Open devbugice opened this issue 8 years ago • 3 comments

(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?

devbugice avatar Sep 27 '17 08:09 devbugice

(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?

TOPS-Aman avatar Dec 22 '17 05:12 TOPS-Aman

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 avatar Mar 30 '18 21:03 pwittchen

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

pwittchen avatar Apr 05 '18 18:04 pwittchen