On Wed, Mar 16, 2016 at 09:14:11AM +0100, Davide Urbani wrote:
> Thanks, now beginning to understand something. Where can I check if it
> is enabled FEATURE_FTP_AUTHENTICATION? I have to look in a specific file?

This is a compile-time setting.

You got a busybox binary from somewhere, unless you built it yourself.
I have no idea, based on the information provided, whether this was a
distribution package (Ubuntu? Debian? Mint? Arch? Alpine Linux?), one
of the uclibc static binaries provided by busybox, or another binary from
yet another source.

If it was a distribution package, the source for the distro package either
has a '.config'/'busybox.config'/ similarly named file that you want, or
it has some sort of rule along the lines of 'make defconfig'.
If you downloaded someone's binary, they *should* have a note somewhere
that says something like 'config file is <here>'.
If you're very lucky, your busybox version contains an applet named
'bbconfig', which will output the text of the configuration file.

Once you find that config file, grep for FEATURE_FTP_AUTHENTICATION.

> From: Isaac Dunham 
> Sent: Wednesday, March 16, 2016 5:19 AM
> To: Davide Urbani 
> Cc: [email protected] 
> Subject: Re: problem ftpd server autentication busybox
> 
> On Tue, Mar 15, 2016 at 10:46:16AM +0100, Davide Urbani wrote:
> > Hi I have a problem with the ftpd command busybox. When I create the socket 
> > from ftpd server (tcpsvd -vE 0.0.0.0 21 ftpd / files / to / serve) the 
> > server is running. But when I connect with a client I am always required me 
> > a username and password for authentication that are not aware. The server 
> > should not be anonymous? Please can help me. Thanks
> > 
> > my busybox version v1.24.1 
> > Urbani Davide 15/03/16
> 
> Was your busybox compiled with FEATURE_FTP_AUTHENTICATION enabled?
> 
> If so, provide the username and password for a local account.
> In other words, if user 'ftp' has password 'foo' on the computer that
> runs ftpd, give those as your username and password.
> 
> Note to developers:
> //usage: should match the various features; always describing ftpd as an
> 'anonymous FTP server' is gross inaccuracy, when you can turn on password-
> based authentiacation.
> 
> 
> 
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to