Difference between revisions of "FTP"

From Archiveteam
Jump to navigation Jump to search
(Add the rest of the FTP mirroring commands)
Line 10: Line 10:
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
tar cvf 2014.01.ftp.reallyold.mil.us.tar ftp.reallyold.mil.us
tar tvf 2014.01.ftp.reallyold.mil.us.tar > 2014.01.ftp.reallyold.mil.us.tar.txt
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>.)



Revision as of 12:26, 6 February 2014

FTP
Threeplaces.jpg
Status Online!
Archiving status Not saved yet
Archiving type Unknown
Project source https://github.com/ArchiveTeam/ftp-nab
IRC channel #archiveteam-bs (on hackint)

Archiving a whole public FTP host/mirror is easy:

SketchCow> I use wget -r -l 0 -np -nc ftp://ftp.underscorporn.com
tar cvf 2014.01.ftp.reallyold.mil.us.tar ftp.reallyold.mil.us
tar tvf 2014.01.ftp.reallyold.mil.us.tar > 2014.01.ftp.reallyold.mil.us.tar.txt

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

The Project

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

Who is grabbing what?
Midas ftp.tu-chemnitz.de
Midas ftp.uni-muenster.de
Midas gatekeeper.dec.com
Midas ftp.uni-erlangen.de
Midas ftp.warwick.ac.uk

External Links