https://github.com/jacklam718/ftp
Python FTP Server & Client
https://github.com/jacklam718/ftp
Last synced: over 1 year ago
JSON representation
Python FTP Server & Client
- Host: GitHub
- URL: https://github.com/jacklam718/ftp
- Owner: jacklam718
- Created: 2014-05-22T16:53:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T04:34:55.000Z (about 4 years ago)
- Last Synced: 2025-03-26T10:36:18.267Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 126
- Watchers: 5
- 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