[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: problem ftpd server autentication busybox
From:       Isaac Dunham <ibid.ag () gmail ! com>
Date:       2016-03-18 4:40:38
Message-ID: 20160318044035.GA8521 () newbook
[Download RAW message or body]

Side note:
Please don't use TOFU (text on top/full quote underneath).
It messes up the reading order when a response doesn't follow the question
it answers.

On Thu, Mar 17, 2016 at 11:24:29AM +0100, Davide Urbani wrote:
> Isaac wrote:
> > On Wed, Mar 16, 2016 at 09:14:11AM +0100, Davide Urbani wrote:
> > > Isaac wrote:
> > > > 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.
> > > 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.
> > 
> > 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.
> 
> My version is busybox 1.24.1 (Stericson) installed on Android device. I
> also looked on busybox site but do not understand where to find
> FEATURE_FTP_AUTHENTICATION. Can you explain the process?

You will not find it on the Busybox site.
Stericson builds Busybox with his own settings.
If you don't know what those settings are and you can't find them, you'd
be most likely to find out if you ask something like this on XDA:
  <explain what you searched for unsuccessfully>
  Where would I find the .config for busybox 1.24.1 (Stericson)?

Once you get that file, look for a line that contains
FEATURE_FTP_AUTHENTICATION

If it says something like "# FEATURE_FTP_AUTHENTICATION is not set",
then it's anonymous.
If it says "FEATURE_FTP_AUTHENTICATION=y", then it's not anonymous.


HTH,
Isaac Dunham
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic