An open API service indexing awesome lists of open source software.

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

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