Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...

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 !!!!