Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 561 Bytes

ftpCrawl

ftpCrawl is a python script, which searches an FTP server for images, downloads and puts them into an HTML file

Prereq

Usage

cd "Script Location" python ftpLib host username password website [serverfolder]

  • host: url of ftp server
  • username: ftp account username
  • password: ftp account password
  • website: website name (used only for subfolder creation)
  • serverfolder: optional: sets root folder for image search on server