How works wget in Detail on HTTP ? Binary file

2003-08-18 Thread marvin.ammet
Hi List, How work the wget Programm in Detail (getting a binary File)? I want write a minimalistic DOS Batch or VB-Script to download some *.gif Files (periodical) to an local Filesystem Folder. Can i use telnet 80 www.mysite.com get for gettig the Input an writing it into an File with echo bla

wget is mirroring whole internet instead of just my web page!

2003-08-18 Thread Andrzej Kasperowicz
When I try to mirror web pages using the command: wget -m -nv -k -K -nH -t 100 -o logchemfanpl -P public_html/mirror http://znik.wbc.lublin.pl/ChemFan/ wget is mirroring not just the domain of the web page but just whole internet... There is robot.txt files, but it should not influence wget to

unreasonable not to doc ascii vs. binary in the --help text

2003-08-18 Thread Mark David
When I look at the long help for wget, there's no mention of how to arrange for ascii vs. binary download. It should be under FTP options. I've used FTP for almost 20 years, and the ASCII or BINARY commands are the two most common commands outside of get and put. I think it's pretty unreasonable

RE: unreasonable not to doc ascii vs. binary in the --help text

2003-08-18 Thread Mark David
You said: The type selection is rarely needed ... This is untrue. I just tried this out using wget on Windows. If you don't tack on ;type=a onto the end when transfering a text file from unix to Windows, the file's line endings will not be converted from unix (LF) to Windows (CRLF) conventions.

RE: wget is mirroring whole internet instead of just my web page!

2003-08-18 Thread Post, Mark K
man wget shows: -D domain-list --domains=domain-list Set domains to be followed. domain-list is a comma-separated list of domains. Note that it does not turn on -H. Mark Post -Original Message- From: Andrzej Kasperowicz [mailto:[EMAIL PROTECTED]

RE: wget is mirroring whole internet instead of just my web page!

2003-08-18 Thread Andrzej Kasperowicz
On 18 Aug 2003 at 13:49, Post, Mark K wrote: man wget shows: -D domain-list --domains=domain-list Set domains to be followed. domain-list is a comma-separated list of domains. Note that it does not turn on -H. Right, but by default wget should not

RE: wget is mirroring whole internet instead of just my web page!

2003-08-18 Thread Post, Mark K
It's always been my experience when specifying -m that wget does follow across domains by default. I've always had to tell it not to do that. Mark Post -Original Message- From: Andrzej Kasperowicz [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 4:02 PM To: Post, Mark K; [EMAIL

Re: unreasonable not to doc ascii vs. binary in the --help text

2003-08-18 Thread Maciej W. Rozycki
On Mon, 18 Aug 2003, Mark David wrote: When I look at the long help for wget, there's no mention of how to arrange for ascii vs. binary download. It should be under FTP options. I've used FTP for almost 20 years, and the ASCII or BINARY commands are the two most common commands outside of