Clone the repository and go in this folder:
- Run the server.java file
- Run the ftpclient.java file
- Once you start ftpclient.java, you can input any of the following commands a. "ftpclient localhost 9090" b. "ftpclient 127.0.0.1 9090"
- This project runs on 9090 port number.
- Enter the user name and password.
- 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
- You can use multiple clients by running another ftpclient.java file.