node-ftp
node-ftp copied to clipboard
An FTP client module for node.js
Anyway to validate FTP credential?
parser.js: REX_LISTUNIX when owner is blank the entries are not parsed. I fixed the problem removing \\s+ after (?\\d+) and replacing it with a space and changing S+ with S*...
Lets Say i have a filenameA in /files/ folder. After processing this file i want to move it to /processed folder. Do i have to download-delete-upload to new folder? Is...
We are using node-ftp to get files from our ftp server. Sometimes the network connection is reset and we lose the data stream before it completes. This hangs our script...
I am using the put command to place a file in a specified directory. **Failing Filename:** `3 - data - 12-12-2018.csv` **Passing Filename:** `test_3 - data - 12-12-2018.csv` **Error Message:**...
The REX_LISTUNIX regex in parser.js for the third character of a file permission group is as follows: > [\\\\-xstT] However a directory on a server I'm trying to connect to...
Pull request to fix #223. A server I tried to connect to has a directory with the S file mode bit set, node-ftp is currently unable to parse any line...
While trying to connect ftp server to upload file got the following error: - Error: **USER Command protection level denied for policy reasons.** 0|app | at makeError (/opt/*******/node_modules/ftp/lib/connection.js:1067:13) 0|app |...