Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ftp support for fetch #132

Open
ram535 opened this issue Apr 21, 2021 · 2 comments
Open

ftp support for fetch #132

ram535 opened this issue Apr 21, 2021 · 2 comments

Comments

@ram535
Copy link

ram535 commented Apr 21, 2021

Is there a reason that ftp protocol is not support with fetch method.

Currently this does not work.

  fetch(
      url: 'ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2',
      saveToPath: 'isl-0.18.tar.bz2');

Thanks.

@bsutton
Copy link
Collaborator

bsutton commented Apr 22, 2021 via email

@bsutton
Copy link
Collaborator

bsutton commented May 30, 2021

May look at this once https://pub.dev/packages/ftpclient has stabilised.
We don't have the resources to implement an ftp client from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants