"filesize limit exceeded" trying to FTP large file
I'm trying to FTP the 5.7 gigabyte mpeg2 version of My Man Godfrey to the /media partition of my hard drive. There's plenty of space on it...
The line from my /etc/fstab concerning this partition is as follows:
Whenever the file reaches 2.0 gigabytes in size (I've tried this twice, once with wget and once with ftp), it stops—and when I try to continue the file I get a "filesize limit exceeded" error.
Is there any way around this?
/dev/hdb1 22G 11G 12G 47% /mediaThe line from my /etc/fstab concerning this partition is as follows:
/dev/hdb1 /media vfat defaults,uid=1000,umask=022,fmask=755,dm ask=755Whenever the file reaches 2.0 gigabytes in size (I've tried this twice, once with wget and once with ftp), it stops—and when I try to continue the file I get a "filesize limit exceeded" error.
Is there any way around this?
