NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/48302: ftp(1): timeout support broken
>Number: 48302
>Category: bin
>Synopsis: ftp(1): timeout support broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Oct 11 14:05:00 +0000 2013
>Originator: Thomas Klausner
>Release: NetBSD 6.99.24
>Organization:
Curiosity is the very basis of education and if you tell me that
curiosity killed the cat, I say only that the cat died nobly.
- Arnold Edinborough
>Environment:
Architecture: x86_64
Machine: amd64
>Description:
"ftp -q 10 URL" does not quit after 10s, like it's supposed to.
>How-To-Repeat:
In one window, do:
nc -s 127.0.0.1 -l -p 10000
In another, do:
# ftp -q 10 http://127.0.0.1:10000/foo
Requesting http://127.0.0.1:10000/foo
That line stays, ftp(1) never quits, thought it should after 10s.
>Fix:
yes, please.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index