Jump to content
MakeWebGames

FTP Headache [ RESOLVED ]


Uridium

Recommended Posts

im using filezilla to connect to ftp..

i have a list of about 7 sites 6 of which connect perfectly expcept for one which keeps giving me this error..

Status: Resolving address of http://www.wizwych.co.uk

Status: Connecting to 72.9.231.194:21...

Status: Connection established, waiting for welcome message...

Status: Server does not support non-ASCII characters.

Status: Connected

Status: Retrieving directory listing...

Command: PWD

Response: 257 "/" is your current location

Command: TYPE I

Response: 200 TYPE is now 8-bit binary

Command: PORT ***,****,8,119,193,230

Response: 200 PORT command successful

Command: MLSD

Error: Connection timed out

Error: Failed to retrieve directory listing

and thats about as far as i get however i can connect via cpanel. things ive tried..

anyone had an issue like this and been able to resolve it as its driving me nuts iv'e tried just about everything,,,,

Edited by illusions
Link to comment
Share on other sites

test for connecting to filezilla site...

 

Connecting to probe.filezilla-project.org

Response: 220 FZ router and firewall tester ready

USER FileZilla

Response: 331 Give any password.

PASS 3.6.0.2

Response: 230 logged on.

Checking for correct external IP address

IP 109.148.8.119 baj-bei-i-bbj

Response: 200 OK

PREP 50387

Response: 200 Using port 50387, data token 1303735363

PORT ***,***,8,119,196,211

Response: 200 PORT command successful

LIST

Response: 150 opening data connection

Response: 200 Successful

QUIT

Response: 200 goodbye!

Connection closed

still wont connect even when passive mode set when trying to connect to the other connection

Link to comment
Share on other sites

If you're connecting with Passive mode enabled, it should be displaying the PASV command as opposed to the PORT command. It should also display - "Entering Passive Mode". If you could paste the full error when you connect using Passive mode I can tell you whether or not you are actually using Passive mode.

Link to comment
Share on other sites

17:06:19 Status: Resolving address of http://www.wizwych.co.uk

17:06:19 Status: Connecting to 72.9.231.194:21...

17:06:19 Status: Connection established, waiting for welcome message...

17:06:19 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

17:06:19 Response: 220-You are user number 6 of 50 allowed.

17:06:19 Response: 220-Local time is now 12:06. Server port: 21.

17:06:19 Response: 220-This is a private system - No anonymous login

17:06:19 Response: 220-IPv6 connections are also welcome on this server.

17:06:19 Response: 220 You will be disconnected after 15 minutes of inactivity.

17:06:19 Command: USER roy

17:06:19 Response: 331 User roy OK. Password required

17:06:19 Command: PASS ************

17:06:20 Response: 230 OK. Current restricted directory is /

17:06:20 Command: SYST

17:06:20 Response: 215 UNIX Type: L8

17:06:20 Command: FEAT

17:06:20 Response: 211-Extensions supported:

17:06:20 Response: EPRT

17:06:20 Response: IDLE

17:06:20 Response: MDTM

17:06:20 Response: SIZE

17:06:20 Response: MFMT

17:06:20 Response: REST STREAM

17:06:20 Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;

17:06:20 Response: MLSD

17:06:20 Response: AUTH TLS

17:06:20 Response: PBSZ

17:06:20 Response: PROT

17:06:20 Response: ESTA

17:06:20 Response: PASV

17:06:20 Response: EPSV

17:06:20 Response: SPSV

17:06:20 Response: ESTP

17:06:20 Response: 211 End.

17:06:20 Status: Server does not support non-ASCII characters.

17:06:20 Status: Connected

17:06:20 Status: Retrieving directory listing...

17:06:20 Command: PWD

17:06:20 Response: 257 "/" is your current location

17:06:20 Command: TYPE I

17:06:20 Response: 200 TYPE is now 8-bit binary

17:06:20 Command: PASV

17:06:20 Response: 227 Entering Passive Mode (72,9,231,194,144,5)

17:06:20 Command: MLSD

17:06:41 Error: Connection timed out

17:06:41 Error: Failed to retrieve directory listing

Link to comment
Share on other sites

It's permissions.

On *nix file systems, a directory listing requires the user/group to have an executable bit on the directory.

Even doing an `ls -l /home/roy/whereever` would yield the same results.

You could try settings the following permissions, amusing your in the directory owner's group:

-rwxr-xr-x
OR
0751 / 755
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...