Help needed ...

2004-11-01 Thread Phani Kumar Anumolu
Dear Wget Users, I am a newbie trying to write a small download program in linux which should get a specific file given in the URL similar to wget. My requirement is NOT towards handling all the complexities which are addressed in WGET. Can some body send me a sample code with

Re: Help needed ...

2004-11-01 Thread Daniel Stenberg
On Mon, 1 Nov 2004, Phani Kumar Anumolu wrote: Can some body send me a sample code with which I can download a single file from the URL given. I am writing in C and tried to understand Wget..which looked very complicated. Consider using libcurl: http://curl.haxx.se/libcurl/ ... or a competitor:

on tilde bug

2004-11-01 Thread Juhana Sadeharju
Hello. I traced the url given at command line, and it looks like there is no difference if one gives ~ or %7E. Is this true? The urls end up to url_parse() which switches ~ (as unsafe) to %7E. If the original url is not used at all as it looks like, then there is no difference. But mysteriously

char 5C problem

2004-11-01 Thread Juhana Sadeharju
Hello. Wget could not download the images of the page http://www.fusionindustries.com/alex/combustion/index.html The image urls have %5C (backslash \) in them. http://www.fusionindustries.com/alex/combustion/small%5C0103%20edgepoint-pressure%20small.png