onepub-dev/dcli

ftp support for fetch

Open

#132 opened on Apr 21, 2021

 (3 comments) (0 reactions) (0 assignees)Dart (30 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (266 stars)
PR merge metrics
 (PR metrics pending)

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