Re: Wget fails inside a docker container

2020-08-10 Thread Darshit Shah

Hi,

We cannot help you without more information. Please provide outputs from 
from the working and non working instances preferably using the --debug 
switch so we can see what was happening.


Also, please share the output of wget --version.

On 8/10/20 4:48 PM, Matti Kamarainen wrote:

Hi,

not sure if this email address is right for asking this kind of questions,
but I hope so.

I'm trying to download data inside an Ubuntu 18.04 docker container using
wget. Mostly it works fine, but one specific file can't be downloaded:
"wget
ftp://ftp.cpc.ncep.noaa.gov/precip/PEOPLE/wd52ws/global_temp/CPC_GLOBAL_T_V0.x_0.5deg.lnx.2020;
fails. The download starts, but the progress bar does not advance.

Outside the docker the download of this particular file works fine.

What might be the issue?


With best regards
Matti Kämäräinen





Re: Wget fails inside a docker container

2020-08-10 Thread Jeffrey Walton
On Mon, Aug 10, 2020 at 11:13 AM Matti Kamarainen  wrote:
>
> not sure if this email address is right for asking this kind of questions,
> but I hope so.
>
> I'm trying to download data inside an Ubuntu 18.04 docker container using
> wget. Mostly it works fine, but one specific file can't be downloaded:
> "wget
> ftp://ftp.cpc.ncep.noaa.gov/precip/PEOPLE/wd52ws/global_temp/CPC_GLOBAL_T_V0.x_0.5deg.lnx.2020;
> fails. The download starts, but the progress bar does not advance.
>
> Outside the docker the download of this particular file works fine.
>
> What might be the issue?

Use debug mode. --debug,
https://www.gnu.org/software/wget/manual/html_node/Logging-and-Input-File-Options.html



Wget fails inside a docker container

2020-08-10 Thread Matti Kamarainen
Hi,

not sure if this email address is right for asking this kind of questions,
but I hope so.

I'm trying to download data inside an Ubuntu 18.04 docker container using
wget. Mostly it works fine, but one specific file can't be downloaded:
"wget
ftp://ftp.cpc.ncep.noaa.gov/precip/PEOPLE/wd52ws/global_temp/CPC_GLOBAL_T_V0.x_0.5deg.lnx.2020;
fails. The download starts, but the progress bar does not advance.

Outside the docker the download of this particular file works fine.

What might be the issue?


With best regards
Matti Kämäräinen