Add checksum
Brought to you by:
boudartjj
Could you add a checksum for the transfer?
Sometime, you could have some FTP connection
problem. The Handle is closed and the system
considered that the transfer is well done but its not the
case.
Thats why I think, it could be great if you add a check
sum. It will check the file size of the source and the file
size of the destination. If they are the same we can
consider that the transfer is good. If its not the case,
throw an error.
The size could be retrieve by the dir function.