Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onnesok/ftp-server-using-python
FTP server using python and twisted...Twisted is an event-driven networking engine written in Python. This code creates ftp server in your local machine and allows you to transfer files through FTP protocol...
https://github.com/onnesok/ftp-server-using-python
ftp-server python twisted
Last synced: 9 days ago
JSON representation
FTP server using python and twisted...Twisted is an event-driven networking engine written in Python. This code creates ftp server in your local machine and allows you to transfer files through FTP protocol...
- Host: GitHub
- URL: https://github.com/onnesok/ftp-server-using-python
- Owner: Onnesok
- Created: 2024-08-10T08:34:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T08:54:47.000Z (3 months ago)
- Last Synced: 2024-08-10T09:49:39.155Z (3 months ago)
- Topics: ftp-server, python, twisted
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTP server using python
## Example
![copy](https://github.com/Onnesok/ftp-server-using-python/blob/main/server.png)
# Install
Clone the repo
```bash
git clone https://github.com/Onnesok/ftp-server-using-python
```Then install twisted.....
```bash
pip install twisted
```Now you are good to goooooooo !!!!