Skip to content

tirthdoshi009/FTP-using-client-server-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to run this code:

Clone the repository and go in this folder:

  1. Run the server.java file
  2. Run the ftpclient.java file
  3. Once you start ftpclient.java, you can input any of the following commands a. "ftpclient localhost 9090" b. "ftpclient 127.0.0.1 9090"
  4. This project runs on 9090 port number.
  5. Enter the user name and password.
  6. Once authorized, you can use the following ftp services: "dir"- To get a list of files in the server "get "- To download a file "upload " To upload a file
  7. You can use multiple clients by running another ftpclient.java file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages