FTP connection towards Vxworks server not working anymore

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
sblar
Junior Member
Junior Member
Posts: 9
Joined: 2003-03-10, 14:27 UTC

FTP connection towards Vxworks server not working anymore

Post by *sblar »

From TC7.55 I can no longer log into my vxWorks server.
In 7.50 it was ok.

From the tcp log-file:
Connect to: (12-01-2011 13:57:37)
hostname=10.10.10.2
username=user
startdir=/ramdrv
220 khk26dsc2 FTP server (VxWorks 6.4) ready.
USER user
331 Password required for user.
PASS ***********
230 User user logged in.
SYST
215 VxWorks: Version: 6.4
FEAT
500 'FEAT': command not understood.
HELP SITE
214- The following SITE commands are recognized (* =>'s unimplemented).
CLNT Total Commander (UTF-8)
Socket error: 10054
OFFLINE6, error=0
Connect ok!


In 7.50 and below, the login is ok and the log-file says:
Connect to: (12-01-2011 13:58:19)
hostname=10.10.10.2
username=user
startdir=/ramdrv
220 khk26dsc2 FTP server (VxWorks 6.4) ready.
USER user
331 Password required for user.
PASS ***********
230 User user logged in.
SYST
215 VxWorks: Version: 6.4
FEAT
500 'FEAT': command not understood.
CLNT Total Commander (UTF-8)
500 'CLNT Total Commander (UTF-8)': command not understood.
OPTS UTF8 ON
500 'OPTS UTF8 ON': command not understood.
CWD /ramdrv
250 CWD command successful.
Connect ok!
PWD
257 "/ramdrv" is current directory.
Hent mappe
TYPE A
200 Type set to A.
PORT 10,73,57,90,15,101
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for 'file list'.
Download
Venter på server...
226 Transfer complete.
QUIT
221 Goodbye.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

It seems that your server connection gets lost when receiving the command
HELP SITE

Please report this bug to the server maker if possible. To avoid that the command is sent, you need to add the line
PreventFEAT=1

to the wcx_ftp.ini section [General]. This prevents both the FEAT and HELP SITE commands from being sent.

You can edit the wcx_ftp.ini via Configuration - Change settings files directly.
Author of Total Commander
https://www.ghisler.com
sblar
Junior Member
Junior Member
Posts: 9
Joined: 2003-03-10, 14:27 UTC

Post by *sblar »

ghisler(Author) wrote:It seems that your server connection gets lost when receiving the command
HELP SITE

Please report this bug to the server maker if possible. To avoid that the command is sent, you need to add the line
PreventFEAT=1

to the wcx_ftp.ini section [General]. This prevents both the FEAT and HELP SITE commands from being sent.

You can edit the wcx_ftp.ini via Configuration - Change settings files directly.
Thank you very much, that fixed the problem. I will report the error to the server vendor.
Post Reply