When the FTP client issue a SYST command before the authentication (USER command), the connection is closed with the message:
- Code: Select all
421 Service not available, remote server has closed connection
Here is the extract of the FTP proxy server.log:
- Code: Select all
06/21/04 08:36:03 127.0.0.1 Administrator 0000000009 Error: Caught socket exception in CFTPSession::OnRead() GODDAM! {Thd 1576} [socket #FFFFFFFF] - terminating
06/21/04 08:36:03 127.0.0.1 Administrator 0000000009 Traffic 38 6 0 0 3s
06/21/04 08:36:03 127.0.0.1 Administrator 0000000009 Terminated exit code 1
My problem is that the ftp client of Solaris 9 always issue the SYST command when using the -n switch. It doesn't occur with ftp client of Solaris 8.
I tried this with Wingate 5.xx and the 6.0 beta, with the same result.
Could you help me?