Page 1 of 1

Creating an anonymous login?

Posted: 2004-06-23 14:49
by nebulus
Hey guys. I searched the forum for this and didn't find anything, so I'll ask: Is there a way to allow anonymous FTP in FileZilla Server?

Posted: 2004-06-23 15:10
by botg
Just add a user called anonymous

Posted: 2004-06-23 15:18
by nebulus
what about a password, leave it blank?

Posted: 2004-06-23 15:30
by botg
don't select the password checkbox

Posted: 2004-06-23 15:42
by nebulus
Got it. That was a lot easier than I thought. Thanks!

Re: Creating an anonymous login?

Posted: 2009-09-08 16:17
by sbouli
Sorry to brought back this old old topic but this procedure seems not to work with the last server version (0.9.33 beta).

(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> Connected, sending welcome message...
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> 220-FileZilla Server version 0.9.33 beta
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> USER anonymous
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> 331 Password required for anonymous
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> PASS **************
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> 530 Login or password incorrect!
(000003) 08/09/2009 18:16:18 - (not logged in) (192.168.1.32)> disconnected.

with a anonymous user created with no password (checkbox blank).

any idea ?

Stéphane


PS : FileZilla Server.xml

<FileZillaServer>
<Settings>
<Item name="Admin port" type="numeric">14147</Item>
<Item name="Serverports" type="string">21</Item>
<Item name="Number of Threads" type="numeric">2</Item>
<Item name="Maximum user count" type="numeric">0</Item>
<Item name="Timeout" type="numeric">120</Item>
<Item name="No Transfer Timeout" type="numeric">600</Item>
<Item name="Allow Incoming FXP" type="numeric">0</Item>
<Item name="Allow outgoing FXP" type="numeric">0</Item>
<Item name="No Strict In FXP" type="numeric">0</Item>
<Item name="No Strict Out FXP" type="numeric">0</Item>
<Item name="Login Timeout" type="numeric">60</Item>
<Item name="Show Pass in Log" type="numeric">0</Item>
<Item name="Custom PASV IP type" type="numeric">0</Item>
<Item name="Custom PASV IP" type="string" />
<Item name="Custom PASV min port" type="numeric">0</Item>
<Item name="Custom PASV max port" type="numeric">0</Item>
<Item name="Initial Welcome Message" type="string">%v&#x0D;&#x0A;written by Tim Kosse (Tim.Kosse@gmx.de)&#x0D;&#x0A;Please visit http://sourceforge.net/projects/filezilla/</Item>
<Item name="Admin IP Bindings" type="string" />
<Item name="Admin IP Addresses" type="string" />
<Item name="Enable logging" type="numeric">1</Item>
<Item name="Logsize limit" type="numeric">0</Item>
<Item name="Logfile type" type="numeric">1</Item>
<Item name="Logfile delete time" type="numeric">14</Item>
<Item name="Use GSS Support" type="numeric">0</Item>
<Item name="GSS Prompt for Password" type="numeric">0</Item>
<Item name="Download Speedlimit Type" type="numeric">0</Item>
<Item name="Upload Speedlimit Type" type="numeric">0</Item>
<Item name="Download Speedlimit" type="numeric">10</Item>
<Item name="Upload Speedlimit" type="numeric">10</Item>
<Item name="Buffer Size" type="numeric">32768</Item>
<Item name="Custom PASV IP server" type="string">http://ip.filezilla-project.org/ip.php</Item>
<Item name="Use custom PASV ports" type="numeric">0</Item>
<Item name="Mode Z Use" type="numeric">1</Item>
<Item name="Mode Z min level" type="numeric">1</Item>
<Item name="Mode Z max level" type="numeric">9</Item>
<Item name="Mode Z allow local" type="numeric">0</Item>
<Item name="Mode Z disallowed IPs" type="string" />
<Item name="IP Bindings" type="string">192.168.1.100</Item>
<Item name="IP Filter Allowed" type="string">192.168.1.*</Item>
<Item name="IP Filter Disallowed" type="string">*</Item>
<Item name="Hide Welcome Message" type="numeric">0</Item>
<Item name="Enable SSL" type="numeric">0</Item>
<Item name="Allow explicit SSL" type="numeric">1</Item>
<Item name="SSL Key file" type="string" />
<Item name="SSL Certificate file" type="string" />
<Item name="Implicit SSL ports" type="string">990</Item>
<Item name="Force explicit SSL" type="numeric">0</Item>
<Item name="Network Buffer Size" type="numeric">65536</Item>
<Item name="Force PROT P" type="numeric">0</Item>
<Item name="SSL Key Password" type="string" />
<Item name="Allow shared write" type="numeric">0</Item>
<Item name="No External IP On Local" type="numeric">1</Item>
<Item name="Active ignore local" type="numeric">1</Item>
<Item name="Autoban enable" type="numeric">1</Item>
<Item name="Autoban attempts" type="numeric">10</Item>
<Item name="Autoban type" type="numeric">0</Item>
<Item name="Autoban time" type="numeric">1</Item>
<Item name="Service name" type="string" />
<Item name="Service display name" type="string" />
<SpeedLimits>
<Download />
<Upload />
</SpeedLimits>
</Settings>
<Groups />
<Users>
<User Name="anonymous ">
<Option Name="Pass"></Option>
<Option Name="Group"></Option>
<Option Name="Bypass server userlimit">0</Option>
<Option Name="User Limit">0</Option>
<Option Name="IP Limit">0</Option>
<Option Name="Enabled">1</Option>
<Option Name="Comments">anonymous</Option>
<Option Name="ForceSsl">0</Option>
<IpFilter>
<Disallowed />
<Allowed />
</IpFilter>
<Permissions>
<Permission Dir="I:\redmine\public\FTP">
<Option Name="FileRead">1</Option>
<Option Name="FileWrite">1</Option>
<Option Name="FileDelete">0</Option>
<Option Name="FileAppend">0</Option>
<Option Name="DirCreate">1</Option>
<Option Name="DirDelete">0</Option>
<Option Name="DirList">1</Option>
<Option Name="DirSubdirs">1</Option>
<Option Name="IsHome">1</Option>
<Option Name="AutoCreate">0</Option>
</Permission>
</Permissions>
<SpeedLimits DlType="0" DlLimit="10" ServerDlLimitBypass="0" UlType="0" UlLimit="10" ServerUlLimitBypass="0">
<Download />
<Upload />
</SpeedLimits>
</User>
</Users>
</FileZillaServer>

Re: Creating an anonymous login?

Posted: 2009-09-08 16:31
by boco

Code: Select all

<User Name="anonymous ">
Delete the excessive space after 'anonymous'.

Re: Creating an anonymous login?

Posted: 2009-09-08 16:49
by sbouli
shame on myself !!

Thanks

Stéphane

Re: Creating an anonymous login?

Posted: 2012-01-28 12:57
by bart169
hello
sometime, on any server, you can enter on the password the mail of a customer on the site..

Re: Creating an anonymous login?

Posted: 2012-01-28 14:00
by boco
That's what Netiquette says: Give your full email as password. But I've yet to see anyone actually doing that.

Re: Creating an anonymous login?

Posted: 2012-02-14 09:05
by hocquantrimang
what happen if i use anonymous account and set a password ?

Re: Creating an anonymous login?

Posted: 2012-02-14 09:09
by boco
Then it's not anonymous anymore, just a regular account with that name.

Re: Creating an anonymous login?

Posted: 2012-02-26 13:24
by indexfz
To avoid confusion, I'm assuming loging in as "anonymous" means that only the username is actually anonymous, but not your connection. The FTP server can still log your IP..

Re: Creating an anonymous login?

Posted: 2012-02-26 16:38
by wapsmadusanka
Hi Guys,
I am interested about this, sometimes i cant register for some websites due to this problem. it says service is not available for your region.
Please guide me, :( :( :( :(

Re: Creating an anonymous login?

Posted: 2012-02-26 19:28
by boco
Your problem is completely unrelated to anything discussed here. You are having problems with geolocation and IP-banning of regions. So you need to go and find a location anonymizing proxy (e. g. a US. one). But we can't help you with that here.