WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ftp transfer size limited bug  (Read 1673 times)

Offline thinke365

  • Newbie
  • *
  • Posts: 3
ftp transfer size limited bug
« on: December 30, 2009, 05:51:14 PM »
Maybe it's a bug of bussibox, why file size is larger than 2G, for example 4G, the download process will be terminated by the ftp client, that is you will always failed when downloading file whose size is larger than 2G.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: ftp transfer size limited bug
« Reply #1 on: December 31, 2009, 01:39:50 AM »
What is the filesystem of the partition you are saving to? Older file systems have a low max file size limit. It is 2G in case of FAT. If you have enough free space on an apropriate partion try FileZilla ftp client.
« Last Edit: December 31, 2009, 01:49:41 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: ftp transfer size limited bug
« Reply #2 on: December 31, 2009, 01:44:10 AM »
Hm, CONFIG_LFS (large file, over 2gb, support) is enabled in our busybox config. If you use a proper file system, likely a busybox bug.

Could you do the following:

- build the latest busybox with LFS and the ftp applet
- check the bug is present there as well
- if it is, please report it to the busybox.net bug tracker

edit: do you mean the ftpget/ftpput of busybox, or the "ftp" client from coreutils? The coreutils client is included in the base.
The only barriers that can stop you are the ones you create yourself.