- Evan Heidebrink: [email protected]
- Angel Armendariz: [email protected]
- Jared Olalde: [email protected]
- Trung Tran: [email protected]
- Brandon Struble: [email protected]
- Language: Python
- Version Control: Git / GitHub
- Communication: Discord
Dependencies:
pip install bcrypt
Start server:
python3 server.py <port>
Example: python3 server.py 12000
Start client:
python3 client.py <IP address> <port>
Example: python3 client.py 127.0.0.1 12000
For admin access:
- Username:
admin
- Password:
admin
For user access:
- Username:
user1
- Password:
password1
Download a file from the server
ftp> get <filename>
Upload a file to the server
ftp> put <filename>
List files on the server
ftp> ls
Disconnect from the server and exit
ftp> quit