Difference between revisions of "FTP"

From Archiveteam
Jump to navigation Jump to search
(all of them)
(add infobox as a project and formatting)
Line 1: Line 1:
Archiving a whole public FTP host/mirror is easy:
{{Infobox project
| title = FTP
| image = Threeplaces.jpg
| description =
| project_status = {{online}}
| archiving_status = {{notsaved}}
| source = https://github.com/ArchiveTeam/ftp-nab
}}
 
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 [[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>.)
== The Project ==


We're currently [https://github.com/ArchiveTeam/ftp-nab listing all FTP sites on the internet] to download them all.
We're currently [https://github.com/ArchiveTeam/ftp-nab listing all FTP sites on the internet] to download them all.


== External Links ==
* [https://twitter.com/textfiles/status/423243512256028672 @textfiles Talked it over with a few people. We decided to download all the FTP sites. All. of. Them. Smile for your photograph, FTP.]
{{navigation_box}}
[[Category:Web applications]]
[[Category:Web applications]]

Revision as of 17:11, 21 January 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

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.

External Links