Skip to content

VDdotexe/fileexchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fileexchange

Snippet to exchange files and related stuff.

Bash commands:

Encode files

python encode.py filename [OPTIONAL: code_bin.txt]

Split file into parts of 10 mega bytes

cd /path/to/parts
split -b 10m ../filename

Merge parts into filename

cat /path/to/parts/x* > filename

Decode file

python code_bin.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages