Closed pete4abw closed 1 year ago
I've been having issues with wget and noticed that there is a supported slackpkg variable DOWNLOADER.
DOWNLOADER=curl can be used along with CURLFLAGS.
DOWNLOADER=curl
CURLFLAGS
This was noted in 2010 in the ChangeLog. Was it removed for some reason?
As for WGETFLAGS --passive-ftp is default behavior. Perhaps adding a -w|--wait [seconds] option may alleviate some timeout issues between connections?
WGETFLAGS
--passive-ftp
-w|--wait [seconds]
Just a thought.
See PR #27 .
Closed by PR #27
I've been having issues with wget and noticed that there is a supported slackpkg variable DOWNLOADER.
DOWNLOADER=curl
can be used along withCURLFLAGS
.This was noted in 2010 in the ChangeLog. Was it removed for some reason?
As for
WGETFLAGS
--passive-ftp
is default behavior. Perhaps adding a-w|--wait [seconds]
option may alleviate some timeout issues between connections?Just a thought.