jsftp icon indicating copy to clipboard operation
jsftp copied to clipboard

Light and complete FTP client implementation for Node.js

Results 59 jsftp issues
Sort by recently updated
recently updated
newest added

I want to recursive delete a folder in the FTP, there's the `rmda` command for that, but when I try to use I get `Error: 500 Unknown command`.

When I try to read a file with spaces on the name, like the following example: ``` let filePath = 'TEST_FILE 2018-04-02.csv'; FtpClient.get(filePath, (err, socket) => { if (err) {...

get function creating files with size 0 and nothing else happens. code: ``` let ftp = new JsFtp({ host: settings.host, port: settings.port, user: settings.user, pass: settings.pass, debug: console.log, debugMode: true,...

@sergi How can I send commands over HTTP proxy?

I propose use hostPasv parameter when server set wrong host for on passive mode https://github.com/sergi/jsftp/issues/158

I have an error when a iuse the proxy config: ``` TypeError: this.socket.on is not a function at Ftp._createSocket ```

Can't file upload / download * Download ** given local path ==> Fail (not created local file. ) ** using socket ==> success * Upload ** given local path ==>...

When I try to download the file with the get method, it downloads the file but the file appears to be 0 kb. Is there something I did wrong? ```javascript...

when i use jsftp.ls to read my dir. 2018 -> 8 2019 -> 9 2020 -> 0 it seems, i only get the last char.