Displaying 1 result from an estimated 1 matches for "scync".
Did you mean:
sync
2004 Jun 16
2
Suggested chnage to "--partial" usage.
...written to adjust the name of the file
the temp file is written to, to be the correct name plus a know extension.
This achieves the requirement that the original file does not get over
written if the file is not complete.
3) If the above was implemented you would then just have to adjust the
scyncing code to check for these temporary files and use these to resume the
connections.
4) When the file is complete _exit_cleanup gets a code value of 0
(zero) and this can be used to call the currently written finish_transfer.
So what do you all think, will it work.
I look forward to...