Skip to content

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

Notifications You must be signed in to change notification settings

woganmay/ftp-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages