11-22-2017
10:37 PM
- last edited on
03-14-2019
02:18 PM
by
NIadmin
Hello,
Does the Skyline file transfer infrastructure contain any auto-recovery mechanisms? Suppose a client was in the middle of uploading a large file when the network goes down briefly. Is there a way to resume the upload when connection is re-established, or would we need to start from scratch?
Solved! Go to Solution.
11-24-2017 05:42 PM
It doesn't have any auto retry.
If you open up Send File you will see that it writes the file out in chunks, but on error the loop will exit and everything else will fail.
You could create your own copy of Send File and modify it to retry on error, so that you don't have to start from scratch.