-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
15 lines (7 loc) · 1.24 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Project Name: File Server System using Socket Programming.
=> Names of Project Partner: Gourab Saha (Reg: 2017831004)(SWE)
Mehedi Hasan (Reg: 2017831040)(SWE)
=> Run: Please, Open this project with your IDE(intellij). After that setup SDK (java version "14.0.1") and build and run the Server.java main method. Then build and run the Client.java main method. While Client GUI is visible, please enter the correct IP ADD:"localhost" and the Port Number: "1212", then press connect. There is a pop up console to tell you about your server connection status. Then connection is established, file upload and download can be easily done by the user.
=> Project Details: This project is built with TCP/IP Socket Programming in Java. It can transfer files among computers which are connected in the same network.
It provides user interface created with Java AWT and Java Swing. This java application can transfer .txt, .xlsx,.pdf, image files, .mp4 and other video and audio format files.
The application shows the files and directories present in the server working directory and allows the client to select files and download them in the client system. It also allows the client to upload files to the server working directory.