View Single Post
Old 07-30-2010, 12:52 PM  
hggomes
Junior Member
 
Join Date: Jan 2010
Posts: 25
Default

But in v3 all works fine, it doesn't exist "textual mistake" or "dns lookup fail".

"This error seems different than the original one you reported, where in this case the dns lookup failed, where in the last log you showed me a connection failed error."

Maybe you haven't understand:

Connecting to glFTPD server:

v3 with socks
=========

[R] Connecting to x via Proxy -> IP=x PORT=x
[R] SOCKS: Connecting to x.x.x.x:xxxx
[R] SOCKS: Connected to x.x.x.x:xxxx
[R] Connected to x via Proxy
[R] AUTH TLS
[R] 234 AUTH TLS successful
[R] Connected. Negotiating TLSv1 session..
[R] TLSv1 negotiation successful...
[R] TLSv1 encrypted session using cipher DHE-DSS-AES256-SHA (256 bits)
[R] PBSZ 0
[R] 200 PBSZ 0 successful
[R] USER x
[R] 331 Password required for x.
[R] PASS (hidden)
[R] 230 User x logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211- Extensions supported:
[R] AUTH TLS
[R] AUTH SSL
[R] PBSZ
[R] PROT
[R] CPSV
[R] SSCN
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] SYST
[R] 211 END
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] PROT P
[R] 200 Protection set to Private
[R] PASV
[R] 227 Entering Passive Mode (x,x,x,x,182,9)
[R] Opening data connection via Proxy
[R] SOCKS: Connecting to x.x.x.x:xxxx
[R] SOCKS: Connected to x.x.x.x:xxxx
[R] LIST -al
[R] Connected. Negotiating TLSv1 session..
[R] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[R] TLSv1 negotiation successful...
[R] TLSv1 encrypted session using cipher DHE-DSS-AES256-SHA (256 bits)

v3 without socks
===========

[R] Connecting to x -> IP=x.x.x.x PORT=xxxx
[R] Connected to x
[R] Connection failed (Connection lost)

This is perfectly normal cause server only allows logins via socks.


v4 with socks
=========

[R] Connecting to x via Proxy -> IP=x PORT=xxxx
[R] SOCKS: Connecting to x.x.x.x:xxxx
[R] Error: Connected to x.x.x.x:xxxx
[R] Connected to x via Proxy
[R] Connection failed (Connection lost)


v4 without socks
===========

[R] Unable to resolve host: x.x.x.x


I'm sorry but i don't think the behavior is correct, it should be the same as v3.

Last edited by hggomes; 07-30-2010 at 01:13 PM.
hggomes is offline