Hi, could you please help me with wget usage. I am using wget to download a report from my app. I get difference behavior for 1.10 and later versions.
Do I need to add some parameter for version 1.11 and later? version 1.10.2: >wget-1.10.2.exe --http-user=trader --http-passwd=trader http:// 192.168.1.222:8080/myapp/reports/FP201010271100 --11:52:46-- http://192.168.1.222:8080/myapp/reports/FP201010271100 => `FP201010271100.5' Connecting to 192.168.1.222:8080... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/csv] [ <=> ] 82,068 --.--K/s 11:52:46 (1019.65 KB/s) - `FP201010271100' saved [82068] version 1.11.4: >wget-1.11.4.exe --http-user=trader --http-passwd=trader http:// 192.168.1.222:8080/myapp/reports/FP201010271100 --2010-10-27 12:15:10-- http:// 192.168.1.222:8080/myapp/reports/FP201010271100 Connecting to 192.168.1.222:8080... connected. HTTP request sent, awaiting response... 302 Found Location: http://192.168.1.222:8080/myapp/spring_security_login [following] --2010-10-27 12:15:10-- http:// 192.168.1.222:8080/myapp/spring_security_login Reusing existing connection to 192.168.1.222:8080. HTTP request sent, awaiting response... 404 Not Found 2010-10-27 12:15:10 ERROR 404: Not Found. Thanks in advance Marek
