https://github.com/andrey-oss/ftp-shell
FTP-Shell - Lightweight FTP client written on python3
https://github.com/andrey-oss/ftp-shell
enthusiast ftp ftplib python3 remote remote-control shell wip
Last synced: 3 months ago
JSON representation
FTP-Shell - Lightweight FTP client written on python3
- Host: GitHub
- URL: https://github.com/andrey-oss/ftp-shell
- Owner: Andrey-oss
- License: mit
- Created: 2021-02-09T18:47:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T15:30:30.000Z (about 1 year ago)
- Last Synced: 2025-06-24T16:33:23.247Z (about 1 year ago)
- Topics: enthusiast, ftp, ftplib, python3, remote, remote-control, shell, wip
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FTP-Shell 🔌
A lightweight FTP client with shell-like interface for secure operations written on python3!
## Features ✨
- **Interactive shell** for FTP commands
- Secure **TLS/SSL support** (FTPS)
- Multi-platform (Windows/Linux/macOS)
- Support of 9 available commands (Currently WIP)
## Installation 🛠️
### Prerequisites
- Python 3.8+
- Internet connection
### Install from git
1. Clone git repository
```bash
git clone https://github.com/Andrey-oss/FTP-Shell
cd FTP-Shell
```
2. Launch the app
```bash
python3 ftp_shell.py
```
## Contributing 🤝
Pull requests are welcome! Please:
- Fork the repository
- Create your feature branch
- Submit a PR with detailed description
## License 📄
This project is licensed under the MIT License