| « Simple anti-spam measure | HOWTO: Install and Configure ssh » |
The other day I needed to transfer a 3.8G file over ftp. The problem was that the ftp server timed out and logged me out when only around a third of the file was transferred.
So I need to split the file into small chunks and send those. Then you have the problem of sticking all the fragments back together again. Thankfully I'm not on Windows
I use Linux so this was all done with standard Linux commands.
Follow up:
first i split the file into 500Mb fragments.
This gave me the following
Once I had transferred the file, I needed to put it back together again.
As the files are split and use an alphabetical sequence in their names we can use the pattern matching to put them back in the right order. There is no need to name all the files.