Hello.
We got a job that uploads a variable-sized file to a remote sFTP, sometimes the file on the receiving end is cut short.
Is there a way to get the size of the file from the sFTP and compare it to the local file and restart if they differ?
Or better, a way to make sure they are the same size before closing the connection?