Connection closed after FEAT command leads to ExtException
When connecting to an FTP server via .net assembly the connection gets closed after the FEAT command gets issued:
Connected with XXX.XXX.XXX.XXX:2101. Waiting for welcome message...
220 FTP server (Version wu-1.0.1) ready.
USER blubb
331 Password required for blubb.
PASS **************
230-HostID(SW:16.04.3 16.2, HW:C-10.10, SN:927)
230 User blubb logged in.
SYST
500 Command "" not recognized.
FEAT
215 UNIX Type: L8
Connected
--------------------------------------------------------------------------
Using FTP protocol.
Doing startup conversation with host.
PWD
500 Command "FEAT" not recognized.
Getting current directory name.
PWD
257 "/WPRAM/PROT/BTB" is current directory.
Attempt to close connection due to fatal exception:
(ExtException) **Command "FEAT" not recognized.**
Disconnected from server
Using the GUI I get the same log entries up to '... is current directory'
but then no exception and the session stays open
Any Idea on how to avoid this in .net
Thanks for any help
Jorg
Connected with XXX.XXX.XXX.XXX:2101. Waiting for welcome message...
220 FTP server (Version wu-1.0.1) ready.
USER blubb
331 Password required for blubb.
PASS **************
230-HostID(SW:16.04.3 16.2, HW:C-10.10, SN:927)
230 User blubb logged in.
SYST
500 Command "" not recognized.
FEAT
215 UNIX Type: L8
Connected
--------------------------------------------------------------------------
Using FTP protocol.
Doing startup conversation with host.
PWD
500 Command "FEAT" not recognized.
Getting current directory name.
PWD
257 "/WPRAM/PROT/BTB" is current directory.
Attempt to close connection due to fatal exception:
(ExtException) **Command "FEAT" not recognized.**
Disconnected from server
Using the GUI I get the same log entries up to '... is current directory'
but then no exception and the session stays open
Any Idea on how to avoid this in .net
Thanks for any help
Jorg