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: 6 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T08:54:47.000Z (over 1 year ago)
- Last Synced: 2025-02-23T11:43:24.417Z (10 months ago)
- Topics: ftp-server, python, twisted
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTP server using python
## Example

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