Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacklam718/ftp
Python FTP Server & Client
https://github.com/jacklam718/ftp
Last synced: 4 months ago
JSON representation
Python FTP Server & Client
- Host: GitHub
- URL: https://github.com/jacklam718/ftp
- Owner: jacklam718
- Created: 2014-05-22T16:53:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T04:34:55.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T22:49:06.378Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 122
- Watchers: 6
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About this project
==================
This is FTP server & client, client using PyQt GUI framework## Why I create this project?
Because Qt framework seems a powerful and interesting framework, so I want to learn and try this framework. Another reason I'm interested about `Internet Protocol` including the FTP Protocol so I want to try to implement FTP Protocol.## Dependencies
PyQt4.x## Tested on
`Python2.7` & `python3.5`## Usage
```bash
$ python ftp_server.py
$ python ftp_client.py
```>Note:
When you run ftp_server.py you may need permission because the ftp server port default run on 20 & 21, may you can run `sudo python ftp_server.py`## Platform
Currently can only run on Linux like OS e.g Ubuntu, Mac OSX etc.## Screenshots
##### ftp server##### ftp client
![]()