emneded ftp server which support IPV6
Hello all: Could you please list any embedded ftp server which can support IPV6 nowadays? The image size should be less than 1M and it can run in standalone mode, I need such a server running on my arm926ej-s board. Thanks for your help in advance! Rui
2011/7/27 Gang Lei (雷刚) <gang.lei@mediatek.com>
Hello all:
Could you please list any embedded ftp server which can support IPV6 nowadays? The image size should be less than 1M and it can run in standalone mode, I need such a server running on my arm926ej-s board.
not sure what you mean by "image size", but maybe you can try vsftpd (https://security.appspot.com/vsftpd.html). perhaps uClibc could help to make it as small binary as possible. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
HI Mulyadi: Thanks for the reply. I had built vsftpd binary out and tried it on my board but it failed on client side “socket pair failed”, do you have any clue of this error? Meanwhile, can wget of busybox support IPV6? I just want to generate some IPV6 traffic on my board, so either client or server could be helpful. Thanks! Rui. From: Mulyadi Santosa [mailto:mulyadi.santosa@gmail.com] Sent: 2011年7月27日 12:26 To: Gang Lei (雷刚) Cc: kernelnewbies@kernelnewbies.org Subject: Re: emneded ftp server which support IPV6 2011/7/27 Gang Lei (雷刚) <gang.lei@mediatek.com>
Hello all:
Could you please list any embedded ftp server which can support IPV6 nowadays? The image size should be less than 1M and it can run in standalone mode, I need such a server running on my arm926ej-s board.
not sure what you mean by "image size", but maybe you can try vsftpd (https://security.appspot.com/vsftpd.html). perhaps uClibc could help to make it as small binary as possible. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Hi Gang Lei... On Thu, Jul 28, 2011 at 08:53, Gang Lei (雷刚) <gang.lei@mediatek.com> wrote: BTW, could you please using plain text only message? thanks...
I had built vsftpd binary out and tried it on my board but it failed on client side “socket pair failed”, do you have any clue of this error?
hm, no idea.... maybe you need to check "man socketpair"....
Meanwhile, can wget of busybox support IPV6? I just want to generate some IPV6 traffic on my board, so either client or server could be helpful.
I suggest to use curl if possible...AFAIK it is more enhanced that wget in some areas... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Socketpair failure is caused by configuration of linux kernel, after I correct it, I can successfully login in the server on board from PC, the static binary size is only 150k bytes. Thanks for your help! Rui From: Mulyadi Santosa [mailto:mulyadi.santosa@gmail.com] Sent: 2011年7月28日 10:58 To: Gang Lei (雷刚) Cc: kernelnewbies@kernelnewbies.org Subject: Re: emneded ftp server which support IPV6 Hi Gang Lei... On Thu, Jul 28, 2011 at 08:53, Gang Lei (雷刚) <gang.lei@mediatek.com> wrote: BTW, could you please using plain text only message? thanks...
I had built vsftpd binary out and tried it on my board but it failed on client side “socket pair failed”, do you have any clue of this error?
hm, no idea.... maybe you need to check "man socketpair"....
Meanwhile, can wget of busybox support IPV6? I just want to generate some IPV6 traffic on my board, so either client or server could be helpful.
I suggest to use curl if possible...AFAIK it is more enhanced that wget in some areas... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Fri, Jul 29, 2011 at 08:24, Gang Lei (雷刚) <gang.lei@mediatek.com> wrote:
Socketpair failure is caused by configuration of linux kernel, after I correct it, I can successfully login in the server on board from PC, the static binary size is only 150k bytes.
you welcome....anyway, what kernel config is that? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
After I turn on the unix domain socket of networking options, the socketpair failure disappear when I connect from pc side. Thanks. Rui From: Mulyadi Santosa [mailto:mulyadi.santosa@gmail.com] Sent: 2011年7月30日 9:12 To: Gang Lei (雷刚) Cc: kernelnewbies@kernelnewbies.org Subject: Re: emneded ftp server which support IPV6 On Fri, Jul 29, 2011 at 08:24, Gang Lei (雷刚) <gang.lei@mediatek.com> wrote:
Socketpair failure is caused by configuration of linux kernel, after I correct it, I can successfully login in the server on board from PC, the static binary size is only 150k bytes.
you welcome....anyway, what kernel config is that? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Hi... On Mon, Aug 1, 2011 at 08:32, Gang Lei (雷刚) <gang.lei@mediatek.com> wrote:
After I turn on the unix domain socket of networking options, the socketpair failure disappear when I connect from pc side.
Oh, I see...well, I very rarely disable the above config... so that's why I can't instantly guess such possibility. Anyway, good luck with the adventure :) -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (2)
-
Gang Lei (雷刚) -
Mulyadi Santosa