Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Download files from web servers via ftp program' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Download files from web servers via ftp program
Authored by: googoo on Feb 14, '08 11:19:05AM
The following also works with curl.

curl -O http://server.domain.name/file.dmg

Notice the use of http:// in the URL instead of ftp://. Of course, you would use this to download a file from an HTTP server.

-Mark



[ Reply to This | # ]