Error: None of the available transfer strategies work.

See original GitHub issue

I’m trying to download a file from my FTP server. sometimes it does work , sometimes it doesn’t

           const filename = 'myfile.jpg'
           const createStream = fs.createWriteStream(path + `${filename}`, 'utf8')
            let file = await client.download(createStream, filename, startAt = 0)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SharlSherifcommented, Oct 2, 2018

Well , its fixed by using this library instead:- https://www.npmjs.com/package/ftp

1reaction
patrickjuchlicommented, Sep 23, 2018

So when it works then it shows an error message as well? Sorry, this is getting a bit confusing.

Please understand that when writing an issue, you should have some concrete clue that a problem is related to this library. If you don’t, then you’re asking for code support. That’s the difference between Stack Overflow and posting an issue in the library’s repository. I’m totally happy to rejoin your efforts as soon as you find some clear, reproducible problem related to the library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

basic-ftp - Bountysource
I got this error None of the available transfer strategies work when i try to get file list. Notice that my app and...
Read more >
How to use ftp.simple in VSCode - Stack Overflow
I have installed ftp.simple, watched the YouTube video, created a SFTP config for a remote server in the ftp-simple-temp-json, and run the ...
Read more >
basic-ftp | Yarn - Package Manager
This is an FTP client library for Node.js. It supports FTPS over TLS, Passive Mode over IPv6, has a Promise-based API, and offers...
Read more >
Problem Solving Information and Tips | Human Resources
Common and ineffective strategies to deal with workplace disputes include: Avoidance; Indirect communication in the form of complaints and/or gossip,; Bartering ...
Read more >
Human Trafficking FAQs
Traffickers use violence, fraudulent employment agencies, and fake promises of ... Transnational Organized Crime, as "the recruitment, transport, transfer, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found