Skip to content

A socket based program to send a file over the network after dividing it into parts and sending each part separately

License

Notifications You must be signed in to change notification settings

DhavalKapil/FileTransferer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileTransferer

A socket based program to send a file over the network after dividing it into parts and sending each part separately

Description:

A simple file transfer program developed around 2011 by me as a replacement of the usual method using e-mail.
  1. E-mail has a limit on the file size that can be sent
  2. While e-mailing one user uploads the file and after that the other one downloads
Both these restrictions do not operate in this program. Any file can be sent and as one user uploads, the other one downloads simultaneously. Also it divides the file into packets and sends each one individually over the network.

License:

MIT license http://www.opensource.org/licenses/mit-license.php

Working:

First compile the .java files and create the jar file:

jar -cvmf MANIFEST.MF FileTransferer.jar dhaval LICENSE README.md splash.png

Simply run the jar file. One user chooses to host and the other one join. Note: temp directories are created relative to the jar file.

About

A socket based program to send a file over the network after dividing it into parts and sending each part separately

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages