[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] File size limit



Hi. I'm downloading a dvd iso file but gftp stops the download at 4 gigabyte telling me 
that I've reached the limit for the file size.
I'm running a 2.6.5 kernel with ext3 as file-system.

This is the ulimit output:
   
lorenzobo@gentoo lorenzobo $ ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 8192
cpu time             (seconds, -t) unlimited
max user processes            (-u) 4094
virtual memory        (kbytes, -v) unlimited

Thank's in advance.