parsed.org

Tips by tag: wget

Recursive WGET by xinu on Jan 12, 2005 10:57 AM

Download an entire directory tree:

$ wget -r ftp://username:password@site/path/to/suck
commandsdirectorydownloadftpshelltreewget
Upload Directory Structure by xinu on Jul 12, 2006 01:48 PM

If you need to upload an entire directory structure, check out wput on sourceforge.net. It works the same way as wget only in the other direction (i.e., supporting various protocols).

http://wput.sourceforge.net/

Thanks to Aronalle for this tip!

commandsdownloadnetworkshellsourceforgeuploadwgetwput
RSS