We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a reason that ftp protocol is not support with fetch method.
ftp
fetch
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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.
GitBook: [#132] Added documentation on escaping command arguments
116b0ec
No branches or pull requests
Is there a reason that
ftp
protocol is not support withfetch
method.Currently this does not work.
Thanks.
The text was updated successfully, but these errors were encountered: