Wrong FTP user/pass is not handled correctly with proxy

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
SirZooro
Junior Member
Junior Member
Posts: 8
Joined: 2006-11-03, 09:45 UTC

Wrong FTP user/pass is not handled correctly with proxy

Post by *SirZooro »

Hi,
My FTP connections go through FTP Proxy (Connection method: USER user@hostname). When I enter incorrect pass, TC shows appropriate message and let me choose what to do. However when I choose 'Reenter', TC continues as when pass is correct, and ends with empty file list. Session log is below. I am using TC 7.0.

Code: Select all

Connect to: (2007-11-22 3:31:11 PM)
hostname=ftp.myserver.com
username=
startdir=
Firewall=some.ftp.proxy.com:21
Firewall user name=userproxy
some.ftp.proxy.com=1.2.3.4
220 Enter your proxy username below
USER proxyuser
331 Enter proxy password for proxyuser
PASS ***********
230- 
230-Proxy User Authentication succeeded
230- 
230-Type 'user username@site' to connect to a remote destination
230 Or type 'quote help' for a list of available proxy commands and their syntaxes
USER myuser@ftp.myserver.com
331-(----GATEWAY CONNECTED TO ftp.myserver.com----)
331-(220---------- Welcome to Pure-FTPd [TLS] ----------)
331-(220-You are user number 8 of 50 allowed.)
331-(220-Local time is now 15:31. Server port: 21.)
331-(220 You will be disconnected after 15 minutes of inactivity.)
331 User myuser OK. Password required
PASS ***********
530 Login authentication failed
SYST
215 UNIX Type: L8
FEAT
500 command not understood
Connect ok!
PWD
530 You aren't logged in
XPWD
530 You aren't logged in
PWD
530 You aren't logged in
XPWD
530 You aren't logged in
PWD
530 You aren't logged in
XPWD
530 You aren't logged in
Get directory
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (129,188,33,199,227,113)
LIST
530 You aren't logged in
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50475
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I'm sorry but I cannot reproduce this error. I have just tried it, I get an error message in this case. I have also checked my code, any reply other than starting with "2" will cause an error message.

Can anyone else reproduce this error?
Author of Total Commander
https://www.ghisler.com
Post Reply