Project which utilises Python to implement an FTP server (multi-threaded) and client
- Python3
- Any UNIX system to run the FTP server
- Mac OS X system to run the FTP client
Using macports to install required modules for FTP client:
port install file
port install py3-pyqt4
- Server:
sudo python ftpserver.py
- Client:
python GUIClient.py