Jeng-Shian,
did you check the file length in bytes ?
$ ls -l file
does this length equal length from ftp-server ?
you can also run command:
$ cksum filename
how much free space do you have on your client - the local system ?
$ bdf
does your local file-system support 'largefiles' ?
$ grep largefile /etc/fstab
example: do you use /tmp filesystem
for the local directory location during the FTP.. verify that this filesystem supports largefiles.
$ grep /tmp /etc/fstab
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
# fsadm /dev/vg00/rlvol4
largefiles
#
last, check you size limits:
$ ulimit
good luck,
Tom
Golf is a Good Walk Spoiled, Mark Twain.