onepub-dev / onepub-dev/dcli

ftp support for fetch

Open
#132 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.