RE: Syntax question ...

2004-01-23 Thread Daniel Stenberg
On Thu, 22 Jan 2004, Simons, Rick wrote: curl https://server/file -uuser:pass Virtual user user logged in. No file created locally. Chalk it up as a http server flaw? Uh, curl doesn't create any file when used like that. It outputs the downloaded data to stdout unless you use an option to

Re: Syntax question ...

2004-01-23 Thread Hrvoje Niksic
Daniel Stenberg [EMAIL PROTECTED] writes: On Thu, 22 Jan 2004, Simons, Rick wrote: curl https://server/file -uuser:pass Virtual user user logged in. [...] In my eyes, this looks like the correct output from curl. Wasn't it? I think that Rick expects to see a complete HTML page rather than

RE: Syntax question ...

2004-01-22 Thread Simons, Rick
] fdx_map_tilde: pw.dir server/directory/ ui.type 1 r-uri file Is that last line the issue? -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 9:00 AM To: Simons, Rick Cc: '[EMAIL PROTECTED]' Subject: Re: Syntax question ... Simons, Rick [EMAIL

Re: Syntax question ...

2004-01-22 Thread Hrvoje Niksic
Thanks for persisting with this. It doesn't look like a mishandled redirection -- the response headers exist and they don't request a redirection or any kind of refresh. access_log shows that 30 bytes have been transmitted. As it happens, the string Virtual user ricks logged in.\n is exactly

RE: Syntax question ...

2004-01-22 Thread Simons, Rick
? -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 1:10 PM To: Simons, Rick Cc: '[EMAIL PROTECTED]' Subject: Re: Syntax question ... Thanks for persisting with this. It doesn't look like a mishandled redirection -- the response headers

Re: Syntax question ...

2004-01-21 Thread Hrvoje Niksic
Simons, Rick [EMAIL PROTECTED] writes: Greetings all. I've posted in the past, but never really have gotten connectivity to a https server I support using the wget application. I've looked in the manual, on the website and searched the Internet but am not getting very far. wget -V

RE: Syntax question ...

2004-01-21 Thread Simons, Rick
21 10:04:01 2004] [info] VIRTUAL HTTP LOGIN FROM ip [ip], user (class virt) Further thoughts or suggestions? -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 9:41 AM To: Simons, Rick Cc: '[EMAIL PROTECTED]' Subject: Re: Syntax question

RE: Syntax question ...

2004-01-21 Thread Post, Mark K
Well, that's what you're telling it to do with the -S option, so why are you surprised? man wget, then /-S Mark Post -Original Message- From: Simons, Rick [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 11:09 AM To: '[EMAIL PROTECTED]' Subject: RE: Syntax question ... I

RE: Syntax question ...

2004-01-21 Thread Simons, Rick
, January 21, 2004 11:18 AM To: '[EMAIL PROTECTED]' Subject: RE: Syntax question ... Well, that's what you're telling it to do with the -S option, so why are you surprised? man wget, then /-S Mark Post -Original Message- From: Simons, Rick [mailto:[EMAIL PROTECTED] Sent: Wednesday, January

Re: Syntax question ...

2004-01-21 Thread Hrvoje Niksic
Simons, Rick [EMAIL PROTECTED] writes: I got wget compiled with ssl support now, and have a followup question ... I'm getting the local file created but populated with a server response, not the actual contents of the remote file. See example: wget -d -S https://server/testfile