Difference between revisions of "FTP"

From Archiveteam
Jump to navigation Jump to search
m (zip too)
(If you're short on space: tar --remove-files deletes the files shortly after adding them to the tar, not waiting for it to be complete, unlike zip -rm.)
Line 1: Line 1:
Archiving a whole public FTP host/mirror is easy:
Archiving a whole public FTP host/mirror is easy:
  SketchCow> I use wget -r -l 0 -np -nc ftp://ftp.underscorporn.com
  SketchCow> I use wget -r -l 0 -np -nc ftp://ftp.underscorporn.com
Now zip/tar it up and send to the spacious Internet Archive![https://archive.org/details/ftpsites]
Now zip/tar it up and send to the spacious Internet Archive![https://archive.org/details/ftpsites] (If you're short on space: <code>tar --remove-files</code> deletes the files shortly after adding them to the tar, not waiting for it to be complete, unlike <code>zip -rm</code>.)


[[Category:Web applications]]
[[Category:Web applications]]

Revision as of 06:58, 1 November 2013

Archiving a whole public FTP host/mirror is easy:

SketchCow> I use wget -r -l 0 -np -nc ftp://ftp.underscorporn.com

Now zip/tar it up and send to the spacious Internet Archive![1] (If you're short on space: tar --remove-files deletes the files shortly after adding them to the tar, not waiting for it to be complete, unlike zip -rm.)