Java application for file transfers via TCP using Java Sockets
-
Uses TCP for downloading files from server.
-
Client GUI buit using Java AWT and Java Swing.
-
Uses Java Socket Programming.
-
Multithreading
-
Working directory for server can be specified as the first command line argument and the port as the second (default 8888)
-
Displays files and directories present in the server working directory and allows the client to select files and download them onto the client system.