(node:9316) DeprecationWarning: Ftp.raw[stat](args): Use Ftp.raw('stat args') instead.
(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?
(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?
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.
I fixed it in PR #43 (it's not merged yet).