Skip to content

File Transfer Application which utilises Python to implement an FTP server and client

Notifications You must be signed in to change notification settings

kayjayB/FTP-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer Application

Project which utilises Python to implement an FTP server and client

Setup:

Prequisites:

  • Python3
  • Any UNIX system to run the FTP server
  • Mac OS X system to run the FTP client

Installation:

Using macports to install required modules for FTP client:

  • port install file
  • port install py3-pyqt4

To Run:

  • Server: sudo python ftpserver.py
  • Client: python GUIClient.py

About

File Transfer Application which utilises Python to implement an FTP server and client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published