Hi, i found an lftp bug while uploading a file thats larger than 2gb.... you seem to be using a 32 bit variable to store the file size... and unsigned... so it wraps around when it reaches 2^32/2 -1 bytes......
Michiel van der Kolk
Hi, i found an lftp bug while uploading a file thats larger than 2gb.... you seem to be using a 32 bit variable to store the file size... and unsigned... so it wraps around when it reaches 2^32/2 -1 bytes......
Michiel van der Kolk