The shell transfers large files to the server

Provide a shell method to fragment the compressed package, upload it and then merge it:

split -b 2G ./test.zip

# xaa、xab、xac、xad

cat xa* > test2.zip

Guess you like

Origin blog.csdn.net/qq_42363032/article/details/128849022