![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| accessing a file on internet | chetanpc | Shell Programming and Scripting | 1 | 03-25-2008 03:07 PM |
| Downloading a csv file automatically | figaro | Shell Programming and Scripting | 2 | 03-19-2008 05:36 PM |
| Downloading Excel File | matrixmadhan | UNIX for Dummies Questions & Answers | 4 | 01-16-2008 01:14 PM |
| Downloading OpenSuSE 10.2 DVD ISO with Internet Explorer | dhinge | Linux | 1 | 12-13-2006 03:09 AM |
| downloading through ftp | moxxx68 | UNIX for Advanced & Expert Users | 6 | 12-05-2004 05:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Downloading file from internet
Hi,
I need to write a script to download a file (say http: //www.mysite.com/myfile.txt) from the internet (please note that the file is on http not ftp). Please let me know if there is any method other than wget. Thanks, Chetan |
|
||||
|
... to port 80? (^:
telnet is a bitch to script, but if you have nc (netcat) you're all set (given time and predisposition to reinvent all the possibly necessary trainer wheels for gzip encoding, HTTP chunking, cookies, and what not). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|