Skip to content

Java application for file transfers via TCP using Java Sockets

Notifications You must be signed in to change notification settings

pskliff/sockets-file-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

sockets-file-transfer

Java application for file transfers via TCP using Java Sockets

  1. Uses TCP for downloading files from server.

  2. Client GUI buit using Java AWT and Java Swing.

  3. Uses Java Socket Programming.

  4. Multithreading

  5. Working directory for server can be specified as the first command line argument and the port as the second (default 8888)

  6. Displays files and directories present in the server working directory and allows the client to select files and download them onto the client system.

About

Java application for file transfers via TCP using Java Sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages