Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 657 Bytes

ftp-spider

PHP script for spidering through an FTP server, generating a list of the files inside.

By: Wogan

Parameters

Required:

  • --host - The hostname or IP of the FTP server to connect to

Optional:

  • --username - FTP username (for non-anonymous servers)
  • --password - FTP Password (for non-anonymous servers)
  • --debug - Be a bit more verbose
  • --outputlinks - Prepend username, password and host

Samples

]# ./ftp-spider.php --host ftp.debian.org

]# ./ftp-spider.php --host secure.server.com --username myusername --password mypassword --outputlinks > link_list.txt

License

Public Domain