Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

File Transfer Program via Java Socket Programming to transfer files between machines.

License

Notifications You must be signed in to change notification settings

04xRaynal/File-Transfer_Java-Socket

Repository files navigation

File Transfer Program via Java Socket Programming


Server and Client class connect with each other using TCP [connection-oriented protocol] Socket (Socket and ServerSocket classes).


Server sends File Options to the Client and the Client responds to them.

Project Demo: File Transfer


The File options are:

  1. Download files from the Server Directory onto the Client Machine via FileName

  1. To List Files of the Server Directory

  1. Filter Files using the Department ID

  1. Download Files via Serial Number

  1. Exit the Program via the Options given


Here the File Naming Convention used is:

DepartmentID-AccountID eg: 1234-123456

About

File Transfer Program via Java Socket Programming to transfer files between machines.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

No packages published

Languages