Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 723 Bytes

README.rst

File metadata and controls

25 lines (17 loc) · 723 Bytes

File Tranfer Service

This project allows a user to simulate a file transfer service with multiple terminals on their local device.

Install Additional Libraries

Use the package manager pip to install bidict.

pip install bidict

Instructions and Notes

  • ftps.py needs to be run first
  • Copy ftpc.py into different directories in order to share files between those directories. This prevents self-referencing of files.
  • The shared files must not be empty

License

Copyright © 2020 Aditya Vadlamani.
This is MIT licensed.