Re: download files with foreign/illegal chars

2005-08-18 Thread Linda Walsh
I assume your default character set is UTF-8 or something that handles unicode characters? If not, perhaps that might help? ed wrote: Actually with the ftp client I can't even get in to one of the subdirectories with a Chinese name. Does anyone have any idea if there's any way around this?

openssl server renogiation bug in wget

2005-08-18 Thread Jeremy Shapiro
I believe I've encountered a bug in wget. When using https, if the server does a renegotiation handshake wget fails trying to peek for the application data. This occurs because wget does not set the openssl context mode SSL_MODE_AUTO_RETRY. When I added the line: SSL_CTX_set_mode (ssl_ctx,

Test a websites availability

2005-08-18 Thread Arthur DiSegna
Hello, I have been looking around and haven't found an answer yet... Is it possible to use WGET to test a website for being up only. I don't want to download any files just test the site for availability? Any ideas? Psudo code: wget www.google.com. Is connected? YES/NO. If YES write