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

Results 22 node-ftp-client issues
Sort by recently updated
recently updated
newest added

Hello, can we connect to ftp server with specific interface ? like we can with npm ping for example ?

Hi. I use fpt-client in a inotifywait function on node. the upload option cannot upload .jpg file. But when i did with .sh or .js file it succesfully uploaded. Are...

Hi all i am using this module, it works fine for me but i just wanted to know the progress while downloading . Thanks Vipul Garg

I am using your module, but I came across one missing feature which is **downloading one file** from the Ftp server and not the whole directory.

Hello, I'm having an issue where if I do a download on a remote directory with only 1 file, it seems to think there are no files in the directory....

bug

module.js:549 throw err; ^ Error: Cannot find module 'ftp' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (H:\Techm\FTP\node-ftp-client-master\lib\client.js:4:7) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10)...

I have a problem when uploading a folder to a remote destination: I'd like to copy only the content of the folder, without the folder itsels. EG: (Folder) test: (File)...

throwing error causes whole program to terminate as there's no way to catch it. If you return this error, client program can listen it like: client.ftp.on('error', callback) and act accordingly....