Page 1 of 1

cannot access my FTP admin

PostPosted: 24. August 2006 22:00
by sa3bin
cannot access my Filezilla FTP admin.
i click on it and, nothing happens.
any ideas welcome !!!!
:D

Re: cannot access my FTP admin

PostPosted: 24. August 2006 22:15
by Izzy
sa3bin wrote:cannot access my Filezilla FTP admin.
i click on it and, nothing happens.
any ideas welcome !!!!
:D

Filezilla has to be installed as a service for it to work.

Have you installed it as a service from the XAMPP Control Panel?

Have you checked to see if it is Running?

Re: cannot access my FTP admin

PostPosted: 24. August 2006 23:40
by sa3bin
Izzy wrote:
sa3bin wrote:cannot access my Filezilla FTP admin.
i click on it and, nothing happens.
any ideas welcome !!!!
:D

Filezilla has to be installed as a service for it to work.

Have you installed it as a service from the XAMPP Control Panel?

Have you checked to see if it is Running?


=================================
*** Coming soon Windows English Wiki ***
----------"Written and Flash Tutorials"
--------------Click on this image link below
--------------------Image
then register to have access to the excellent
XAMPP - Tutorials and Generators that
help make configuring XAMPP so much easier.

*Please consider a small donation to help us*
==================================



yes, it is running as a service, it's started and everything.
in fact it opens the link
ftp://sa3bin.zapto.org/
but, i have no way of entering anything valid because, i cannot get into admin panel. follow me?

thanks for the reply, more welcome,lol


excuse typos please, been a LONG day. :wink:

PostPosted: 25. August 2006 09:31
by Izzy
Looks like no one else wants to post or they do not understand your problem.

So try this and and do it manually from:
xampp\FileZillaFTP\FileZilla Server Interface.exe

It uses xampp\FileZillaFTP\FileZilla Server Interface.xml as a configuration file.
You can drag and drop into your text editor to view and edit.

Mine looks like this and works just fine:
Code: Select all
<FileZillaServer>
<Settings>
<Item name="Last Server Port" type="numeric">14147</Item>
<Item name="Last Server Password" type="string"></Item>
<Item name="Always use last server" type="numeric">0</Item>
<Item name="User Sorting" type="numeric">0</Item>
<Item name="Start Minimized" type="numeric">0</Item>
<Item name="Last Server Address" type="string">127.0.0.1</Item>
</Settings>
</FileZillaServer>


The ftp server config file is:
xampp\FileZillaFTP\FileZilla Server.xml