Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group members: William Sirotkin, Arsal Farooq, Magnus Hodgson

To run server, from Proj1 directory: cd Server javac myftpserver.java java Server.myftpserver -cp .. {choose any port number}

or 

./server.sh {nport} {tport}

Open a new terminal for the client.

To run client, from Proj1 directory: cd Client javac myftp.java java Client.myftp -cp .. {your ip address} {same port number}

or 

./client.sh {ip_address} {nport} {tport}

OR (Without compilation)

To run server: java Server/myftpserver.java {choose any port number}

Open a new terminal for the client.

To run client: java Client/myftp.java {your ip address} {same port number}

This project was done in its entirety by William Sirotkin, Arsal Farooq, Magnus Hodgson. We hereby state that we have not received unauthorized help of any form.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages