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

An FTP client module for node.js

Results 101 node-ftp issues
Sort by recently updated
recently updated
newest added

How to connect ftp server by PORT model?

Sometime I want to download all file in /somepath In ftp command line we can use `mget`, so are there some api like `mget` ?

At one of our customers with a DELL Sonic firewall, the FTP connection would be dropped when keep-alives are enabled. This pull request adds an option to specify the keep-alive...

I added method for calling MFMT command (supported almost in all servers)

After adding delay error occurs less frequently. Fixed it with reconnect code on any error. What do you think of adding auto-reconnect option?

the ftp connect to server look like DIRECT.and i need use it over a proxy.

Documentation states zcomp is an optional parameter for listSafe, but invoking like that: listSafe('/path', function(err,list)) with a non extistent path it returns an exception TypeError: cb is not a function....

Looking at https://github.com/mscdex/node-ftp/blob/master/lib/connection.js#L435 it looks like the callback of LIST could be called without error and without a file list, namely if there's an ABOR command queued. What's the semantic...

求助,上传过程中如何获取上传进度?

put method's cb param will run when the file upload success ? if no ,what event can make sure the file upload success?