File Splitter component divides a file into numerous file segments and then reassembles those segments back into the original file. The segments contain all the information required to reassemble the original file. This allows a file to be split and reconstructed in a different location or at a different time and also provides a solution to copy big files to small media devices. It also provides to spilt large files into smaller for easy uploading and downloading.
An example usage for this component is during a file transfer process to efficiently breakdown large files to facilitate file transfer and resumption even the transfer is interrupted. Instead of requiring the whole file to be retransmitted, the transfer process can resume from the last transferred sub-file.
The main aim of the project is to design software for splitting of any type of files into segments and reassembling them. The project provides compression of file before splitting and compressed file is used for splitting. In already existing software they provide only some file types. We design a software to split all types of files like text, document, image, audio, video, pdf etc., To ensure the security, the user can include password to split and combine the files. The files splited portion will be in non-readable format and will be provided with a password for security.
split -
0 comments:
Post a Comment