Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
server-administration:wget-recursive-ftp [2010-10-28 21:57:08]
garrett.plasky Approved
server-administration:wget-recursive-ftp [2010-10-28 21:57:45]
garrett.plasky Approved
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>