Date: Thu, 17 Dec 1998 15:51:15 -0500 From: Max Euston <meuston@jmrodgers.com> To: "'cjclark@home.com'" <cjclark@home.com>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: RE: Web Download Message-ID: <01BE29D5.1557C8C0.meuston@jmrodgers.com>
next in thread | raw e-mail | index | archive | help
On Thursday, December 17, 1998 3:36 PM, Crist J. Clark [SMTP:cjc@cc942873-a.ewndsr1.nj.home.com] wrote: [snip] > So, I will need to use http. [snip] > Are there any web utilities that would be reasonable for > downlioading _ONE_ file a day? Try netcat ('nc' in the ports). (echo "GET /filename HTTP/1.0";echo) | nc www.server.com 80 Hope this helps. Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BE29D5.1557C8C0.meuston>