-
Fix jsftp file transport error:
``` javascript
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED
at errnoException (net.js:904:11)
at Obje…
-
This issue has been fixed in core jsftp version 2.0.0, which needs to be updated in node-ftpsync.
https://github.com/sergi/jsftp/issues/226
-
# 目的
目前正在利用electron + vue + jsftp刻一個客戶端,其中想要做到一個preview圖片、影片的效果。
jsftp讀取檔案資料流出來確認是nodejs socket了,不過不太清楚該怎樣將他轉為video/image的方法
# 使用的工具
Ubuntu 16.04, vscode, electron, jsftp, vue-electron
# …
-
This issue only occurs with `engine` == `jsftp`.
I can deploy a file on an "empty" FTP without any problem: the `dir` folder is created automatically and the file is uploaded. However, if I try to …
-
when i use ftp.put, it shows error like
`Error: 553 Could not create file.
at Ftp.parse (....node_modules/jsftp/lib/jsftp.js:223:11)
at Ftp.parseResponse (....node_modules/jsftp/lib/jsftp…
-
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) {
…
-
Using Ubuntu Yakkety and vsftpd 3.0.3-7 uploading files does not work.
Tried with Node 8, 6 and 4.
Just executing auth works fine.
Making a put fails with the following error:
```
{ Error: 425 Fa…
-
There's seems to be a bug with the FTP module, when handling multiple directories.
```
>>> DirDone with Error: inner :: Error: 530 You aren't logged in
>>> DirDone: .
```
Refer to issue https://gi…
-
This is my configuration for this extension which I have added at the end of my settings.json file:
```
// remotefs
"remotefs.remote": {
"dev": {
"scheme": "ftp",
"…
-
I'm downloading large files via https://github.com/sergi/jsftp/blob/master/lib/jsftp.js#L449 with the option to get a stream not have jsftp do the download for me.
Some FTP servers cancel the downl…