Page 1 of 1

FTP

PostPosted: 16. December 2006 03:05
by KennyRjr
Hi,

I have XAMPP installed with FTP (File Zilla Server) on my pc (server is running locally), and i cannot connect to ftp either by the loopback IP or from another computer. Please can you tell me how to fix it?

Thanks,

KennyRjr

PostPosted: 16. December 2006 03:14
by Izzy
Is ftp running?
Did you configure FileZilla?
What error messages?
Etc. etc. etc.

Need much more info to work with.

PostPosted: 16. December 2006 03:27
by deepsurfer
look at the firewall...the port 21 must be open

greets
Deep

PostPosted: 16. December 2006 03:52
by KennyRjr
Thanks for your replies,

FTP is running and configured. I just get the normal IE6 page cannot be displayed. And i have opened port 21.

Thanks,

KennyRjr

PostPosted: 16. December 2006 05:51
by deepsurfer
how..do you do the connect with IE6 (write your procedure)

PostPosted: 16. December 2006 20:50
by KennyRjr
I open up internet explorer and type in 127.0.0.1:21

PostPosted: 17. December 2006 00:17
by KennyRjr
Do one of you have LogMeIn Remote? Or i can give you download link. If so iwill give you the info to connect to my computer, This will be alot easier.

PostPosted: 17. December 2006 04:53
by Izzy
KennyRjr wrote:I open up internet explorer and type in 127.0.0.1:21

You browser is assuming you are requesting a http web page and so it can't find one on http://127.0.0.1:21. This is the default browser protocol.

You have to tell your browser to use the ftp protocol.

Try this:
ftp://127.0.0.1
ftp://localhost

Or this if you have a username/password set.
ftp://username:password@127.0.0.1

or try different combinations of the above for example:
ftp://username:password@ftp.localhost
ftp://username:password@localhost:21

Get the idea?

username and password are those you specified in your FileZilla configuration.
If you did not set them yet then use the defaults found in the xampp\readme_en.txt file.