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.