Issues with connecting to my ftp! HELP!!!

Lex

Lex

Associate
Joined
26 Dec 2002
Posts
971
Location
NW London, United Kingdom
This is getting right on my nerves.

I have done the following:

installed IIS and am running a site on a windows 2003 server on port 21.
I can connect to it internally on ftp://192.168.1.101:21
I have set my router to enable port forwarding 21 on IP 192.168.1.101.
My external iP is ftp://80.195.11.160:21.

Users say they cannot connect as it says connecting and then times out. What reason could this be? I have allowed all access. The ftp is running and the service. Windows firewall on the PC is disabled.

I cannot think of any more.
 
This is getting right on my nerves.

I have done the following:

installed IIS and am running a site on a windows 2003 server on port 21.
I can connect to it internally on ftp://192.168.1.101:21
I have set my router to enable port forwarding 21 on IP 192.168.1.101.
My external iP is ftp://80.195.11.160:21.

Users say they cannot connect as it says connecting and then times out. What reason could this be? I have allowed all access. The ftp is running and the service. Windows firewall on the PC is disabled.

I cannot think of any more.

Are you on Be/o2? Their standard router has an FTP sevice which you need to disable.
 
be/02 sounds like a boyband. I have a linksys router. i've enabled it:/
 
You should now have the dirs testdir, and inside that the dir hello_how_are_you inside that one in your anonymous login root
 
so does that imply its actually working? why do some people struggle then?
 
Status: Connecting to 80.195.11.160:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER anonymous
Response: 331 Anonymous access allowed, send identity (e-mail name) as password.
Command: PASS **************
Response: 230-welcome to Sharp Technology - A directory for the Elite.
Response: 230 Anonymous user logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 211-FEAT
Response: SIZE
Response: MDTM
Response: 211 END
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (192,168,1,101,15,148).
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: LIST
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing

Looks like your FTP server is trying to work in passive mode

http://wiki.filezilla-project.org/Network_Configuration
 
Last edited:
okay i think its working in active mode now.

although there is a picture in there. but someone has said they don't see anything.

is this true? does it even work ? can someone take a look plz
 
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (192,168,1,101,234,97).
Command: LIST
Response: 425 Can't open data connection.
Error: Could not retrieve directory listing
 
I'd turn the anonymous access off, otherwise you'll have everyone uploading and downloading from your ftp site. Create a new user and give it some permissions on the directory and then try it
 
Back
Top Bottom