All Projects → jacklam718 → Ftp

jacklam718 / Ftp

Python FTP Server & Client

Programming Languages

python
139335 projects - #7 most used programming language

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

$ 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 server
ftp client

client main window

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].