Consider this command and output:
wget -d ftp://ftp.openssl.org/snapshot/openssl-SNAP-20060626.tar.gz
DEBUG output created by Wget 1.11-alpha-1 on Windows-MinGW.
--14:06:04-- ftp://ftp.openssl.org/snapshot/openssl-SNAP-20060626.tar.gz => `openssl-SNAP-20060626.tar.gz' Resolving ftp.openssl.org... seconds 0.00, 195.30.6.166 Caching ftp.openssl.org => 195.30.6.166 Connecting to ftp.openssl.org|195.30.6.166|:21... seconds 0.00, connected. Created socket 1948. Releasing 0x009d3280 (new refcount 1). Logging in as anonymous ... 220 ftp.openssl.org FTP Server (ProFTPD) ready. --> USER anonymous 331 Anonymous login ok, send your complete email address as your password. --> PASS [EMAIL PROTECTED] 530 Sorry, max 20 users allowed -- try again later, please. Login incorrect. Closed fd 1948 -------------------------------- Kinda misleading that wget prints "login incorrect" here. Why couldn't it just print the 530 message?
wget -V
GNU Wget 1.11-alpha-1 --gv
