Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
server-administration:wget-recursive-ftp [2010-10-28 14:57:08] – Approved garrett.plaskyserver-administration:wget-recursive-ftp [2010-10-28 14:57:45] – Approved garrett.plasky
Line 6: Line 6:
   * Transferring files to an intermediate workstation first is not feasible due to time/filesize constraints   * Transferring files to an intermediate workstation first is not feasible due to time/filesize constraints
  
-If all of these apply to you, then a recursive wget via FTP is probably the method for you. On the surface recursive wget is quite simple:+If all of these apply to you, then a recursive wget via FTP is probably your best bet. On the surface recursive wget is quite simple:
  
 <code console># wget -r ftp://user:pass@host.com/path/to/web/content/</code> <code console># wget -r ftp://user:pass@host.com/path/to/web/content/</code>