A streamlined Python utility for verifying FTP credentials, uploading test files, and simplifying FTP setup on shared hosting environments.
๐ง Key Features
Authenticates against multiple FTP servers using provided credentials
Uploads a test file upon successful login
Automatically stores connection info in a secure .env file
Speeds up FTP configuration on web hosting platforms
Lightweight, fast, and easy to customize
๐ฆ How It Works
Reads server, username, and password lists from text files
Attempts connection and login to each FTP server
Uploads a basic test file to confirm access
Saves valid credentials in a .env file for reuse
๐ Usage & Download
To explore the code or contribute, visit the project on
GitHub.
๐ก๏ธ Legal Disclaimer
This tool is intended solely for educational use and authorized FTP setup/testing. It is not a brute-force utility. Do not use it on servers without permission.