[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: http tool...
why yes actually, and there is more than one
wget and curl
curl is by far more advanced, but i am a big wget fan.
wget is really straightforward, wget http://url/and/path/to/file
(although i usually add -c and -t 0, check the man page to see what the
options do)
with curl you would do more curl http://url/and/path/to/file -o
filenameyouwantitsavedas
without the -o <filename> it just prints the results of the request to
standard output, again i would read the man page
Casey
Ken Keefe wrote:
> Is there a simple command line tool that allows you to do some basic
> http requests (besides telnet)? For example, send a GET request to a
> webserver.
>
> Thanks,
> Ken
>
>
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
>
>
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.