Resume transfer when target name change
Hello,
I need help with a transfer cutoff case.
I would like to resume uploading the file even if the name is not the same.
Example :
- Start uploading local file transfer.txt to target file
- Network cut
- In the next round, the script create a new file because variable
- Therefore, on the server, a temporary file is present from the first upload
How can I handle this case ?
my command :
Thanks,
JC
I need help with a transfer cutoff case.
I would like to resume uploading the file even if the name is not the same.
Example :
- Start uploading local file transfer.txt to target file
transfer_150_%TIMESPAMP%.txt
(%TIMESPAMP%
is variable according to time)
- Network cut
- In the next round, the script create a new file because variable
%TIMESPAMP%
no longer has the same value
- Therefore, on the server, a temporary file is present from the first upload
How can I handle this case ?
my command :
Put -delete -preservetime %RepWst%\Depart\Transfer.txt %RepArrivee%/Transfer.%NumMag%_%DateHeure%
Thanks,
JC