PDA

View Full Version : Error connection via ProxyServer


Victor
10-12-2003, 03:07 AM
Error Connecting via Proxy Server (WinProxy 1.52)

FlasFXP 2.0 build 909 - OK
>---------------------------------------------------------------
WinSock 2.0
Connecting to XXX via Proxy
Connected to Proxy 192.168.10.1 Port 21
220 WinProxy FTP Gateway ready, enter username@host[:port]
USER un7gm@ftp.qsl.net
331 Password required for un7gm.
PASS (hidden)
230 User un7gm logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (192,168,10,1,15,207)
LIST
150 Opening ASCII mode data connection for file list
226 Transfer complete.

FlashFXP 2.1 build 924 - Error
>------------------------------------------------------------
WinSock 2.0
Connecting to XXX via Proxy (192.168.10.1:21)
220 WinProxy FTP Gateway ready, enter username@host[:port]
USER un7gm@ftp.qsl.net
331 Password required for un7gm.
PASS (hidden)
230 User un7gm logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (192,168,10,1,15,210)
Data Socket Error: Cannot resolve host name
List Error

darkone
10-12-2003, 07:24 AM
That passive mode reply is malformed... :) Seperator character is comma, not dot.

Victor
10-12-2003, 10:06 AM
Originally posted by dark0n3
That passive mode reply is malformed... :) Seperator character is comma, not dot.

OK, fixed.

bigstar
10-12-2003, 10:55 AM
Hmm... I don't ever remember supporting a PASV reply that contains periods none the less removing support for it.. very odd.. I'll take a look at some older source code and see what changed.

bigstar
10-12-2003, 11:14 AM
I believe this problem may be caused by the new auto non-routable ip detection, in cases where a proxy is used this feature should be excluded. if you're a registered user you can download a beta release from the beta form. the next release 929 will contain a change that should solve this problem.

Victor
10-14-2003, 10:23 AM
Originally posted by bigstar
I believe this problem may be caused by the new auto non-routable ip detection, in cases where a proxy is used this feature should be excluded. if you're a registered user you can download a beta release from the beta form. the next release 929 will contain a change that should solve this problem.

THANK YOU. Problem fixed.


FlashFXP 2.1 build 924
>------------------------------------------------------------
WinSock 2.0
Connecting to XXX via Proxy (192.168.10.1:21)
220 WinProxy FTP Gateway ready, enter username@host[:port]
USER un7gm@ftp.qsl.net
331 Password required for un7gm.
PASS (hidden)
230 User un7gm logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (192,168,10,1,15,210)
Data Socket Error: Cannot resolve host name
List Error

FlashFXP 2.2 build 929
>--------------------------------------------------------------
DEBUG VERSION
FlashFXP v2.2 build 929 [BETA RELEASE]
Online Support Forums http://forum.flashfxp.com

WinSock 2.0
[L] Connecting to Proxy -> IP=192.168.10.1 PORT=21
[L] Connected to Proxy -> IP=192.168.10.1 PORT=21
[L] 220 WinProxy FTP Gateway ready, enter username@host[:port]
[L] USER un7gm@ftp.qsl.net
[L] 331 Password required for un7gm.
[L] USER un7gm
[L] 331 Password required for un7gm.
[L] PASS (hidden)
[L] 230 User un7gm logged in.
[L] SYST
[L] 215 UNIX Type: L8
[L] FEAT
[L] 500 FEAT not understood.
[L] REST 100
[L] 350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer
[L] REST 0
[L] 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
[L] PWD
[L] 257 "/" is current directory.
[L] TYPE A
[L] 200 Type set to A.
[L] PASV
[L] 227 Entering Passive Mode (192,168,10,1,9,244)
[L] LIST
[L] 150 Opening ASCII mode data connection for file list
[L] 226 Transfer complete.
[L] List Complete: 443 bytes in 4,38 (0,10 KBps)