PyFileTransfer
A simple file transfer system using Python sockets.
The server recieves files uploaded by the client, one file at a time, and one client at a time. This project currently has only been configured to work on localhost (127.0.0.1).
The necessary files to run PyFileTransfer are:
Necessary Python modules include the following:
Here are some other programming projects that you might be interested in learning about!
Many of my other programming projects can be found here.
This GUI-based application allows users to create "vaults" with distinct passwords and use an individual vault to encrypt or decrypt files using the RSA system.
This console-based application allows users to manipulate PDF files, with functionality such as encryption, decryption, file merging, and file compression.