ftp support for fetch
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Dart
- Stars
- 265
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the fetch method in the Dart project and reproduce the FTP URL example from the issue. Trace how fetch handles supported URL protocols; done means the shown ftp:// download succeeds and saves the file to saveToPath.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100