Skip to content

Angel-Armendariz/CPSC471-group-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPSC471-group-project

Table of Contents

  1. Team Members
  2. Technologies
  3. Instructions

Team Members

Technologies

  • Language: Python
  • Version Control: Git / GitHub
  • Communication: Discord

Instructions

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

FTP Client Commands

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

About

project for cpsc471

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages