On Wed, Jan 15, 2003 at 10:14:12PM +0100, [EMAIL PROTECTED] wrote: > 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......
By default, lftp tries to use large file support of the operating system if it is available. It is also important that the ftp server also supports large files. -- Alexander.
