Difference between revisions of "FTP"

From Archiveteam
Jump to navigation Jump to search
(upload info)
(all of them)
Line 2: Line 2:
  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 [[Internet_Archive#Uploading_to_archive.org|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>.)
Now zip/tar it up and [[Internet_Archive#Uploading_to_archive.org|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>.)
We're currently [https://github.com/ArchiveTeam/ftp-nab listing all FTP sites on the internet] to download them all.


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

Revision as of 09:38, 20 January 2014

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.)

We're currently listing all FTP sites on the internet to download them all.