Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget from ftp does not end properly #43

Closed
atari opened this issue Apr 7, 2016 · 4 comments
Closed

wget from ftp does not end properly #43

atari opened this issue Apr 7, 2016 · 4 comments
Labels

Comments

@atari
Copy link

atari commented Apr 7, 2016

root@localhost:/mnt/c/tmp# wget ftp://ftp.openssl.org/source/openssl-1.0.2g.tar.gz
--2016-04-07 19:31:12-- ftp://ftp.openssl.org/source/openssl-1.0.2g.tar.gz
=> ‘openssl-1.0.2g.tar.gz’
Resolving ftp.openssl.org (ftp.openssl.org)... 194.97.150.234, 2001:608:c00:180::1:ea
Connecting to ftp.openssl.org (ftp.openssl.org)|194.97.150.234|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /source ... done.
==> SIZE openssl-1.0.2g.tar.gz ... 5266102
==> PASV ... done. ==> RETR openssl-1.0.2g.tar.gz ... done.
Length: 5266102 (5.0M) (unauthoritative)

100%[==============================================================================>] 5,266,102 --.-K/s eta 0s

wget does not end properly when using ftp [http(s) works fine] - Ctrl+c helps in this case

@thai-ng
Copy link

thai-ng commented Apr 7, 2016

Encountering this issue as well, if it's a single download I can Ctrl C to stop and rename the file, but if it's in a script it is blocked.

@russalex
Copy link
Contributor

russalex commented Apr 8, 2016

This is an interesting one. I have used wget a number of times without incident, but I get a 100% repro with your steps.

Filed a bug. We'll take a look. Not certain what's happening yet.

@russalex russalex added the bug label Apr 25, 2016
@sunilmut
Copy link
Member

We have an understanding of the bug and the fix is in the process of being checked in. It should hit a release build soon. Thanks for reporting the bug and trying out WSL.

@russalex
Copy link
Contributor

russalex commented Jun 8, 2016

Fixed in build 14361.

You will need to do wget ftp://ftp.openssl.org/source/openssl-1.0.2h.tar.gz to test since 1.0.2g is no longer available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants