|
3 |
fix parens in links
|
||
|
|
||||
|
2 | deleted 9 characters in body | ||
|
I'm unclear as to what your actual problem is, so I'll throw out a few thoughts.
Based on what I know so far, I think the following pseudo-code would be my approach:
Compressing the files first saves you the tracking of which files you've successfully copied, and which you need to restart. It should also make the copy go faster (smaller total file size, and larger single file size), at the expense of some CPU power on both sides. A simple batch file can decompress it on the server side. |
||||
|
1 |
|
||
|
I'm unclear as to what your actual problem is, so I'll throw out a few thoughts.
Based on what I know so far, I think the following pseudo-code would be my approach:
Compressing the files first saves you the tracking of which files you've successfully copied, and which you need to restart. It should also make the copy go faster (smaller total file size, and larger single file size), at the expense of some CPU power on both sides. A simple batch file can decompress it on the server side. |
||||
