ELS Messages for File Transfer Protocol (HTTP)


FTP.001

Level:
C-INFO
Short Syntax:
FTP.001 user ' userName ' logged in from remoteAddr
Long Syntax:
FTP.001 user ' userName ' logged in from remoteAddr
Description:
The specified user from the specified remote host is allowed FTP access.

FTP.002

Level:
CE-ERROR
Short Syntax:
FTP.002 auth failed for user ' userName ' from ipAddress , reason
Long Syntax:
FTP.002 authentication failed for user ' userName ' from ipAddress , reason
Description:
The specified user failed to authenticate for the specified reason. It could be because the user may not be configured, or may not have administrative privileges, or the password may be incorrect.

FTP.003

Level:
CE-ERROR
Short Syntax:
FTP.003 TCP Listen failed for port port
Long Syntax:
FTP.003 FTP Server unable to register itself to listen on port port
Description:
The port specified for the FTP server to listen on is not available. Some other application may be using the specified port.

FTP.004

Level:
CE-ERROR
Short Syntax:
FTP.004 TCP open failed to dest remoteAddr : remotePort from localAddr : localPort
Long Syntax:
FTP.004 TCP open failed to destination remoteAddr : remotePort from localAddr : localPort
Description:
TCP failed to establish connection to the specified destination address and port from the specified local address and port.

FTP.005

Level:
CI-ERROR
Short Syntax:
FTP.005 mem alloc failed for client/TCP-Descriptor/TCP-rcvBuf
Long Syntax:
FTP.005 failed to allocate memory for client/TCP-Descriptor/TCP-rcvBuf
Description:
FTP has failed to allocate memory for the specified structure.

FTP.006

Level:
CE-ERROR
Short Syntax:
FTP.006 Unable to post TCP rcv
Long Syntax:
FTP.006 Server was unable to post a TCP receive
Description:
This error indicates a problem exists in the router which blocks FTP server from asking for additional data from a client. The TCP session will die if this error occurs.

FTP.007

Level:
CE-ERROR
Short Syntax:
FTP.007 Client clientAddr has timed out. Terminating TCP connection.
Long Syntax:
FTP.007 Client clientAddr has timed out. Terminating TCP connection.
Description:
The client has been idle for atleast the configured timeout period. The server will terminate TCP connection.

FTP.008

Level:
C-INFO
Short Syntax:
FTP.008 Received data on an invalid TCP descriptor.
Long Syntax:
FTP.008 Received data on an invalid TCP descriptor.
Description:
Data is received on a TCP connection that is not in the right state. So drop the packet.

FTP.009

Level:
C-INFO
Short Syntax:
FTP.009 Invalid client in routineName .
Long Syntax:
FTP.009 Invalid client in routineName .
Description:
We have come across an invalid client in the specified routine. Perhaps the client must have timed out.

FTP.010

Level:
C-INFO
Short Syntax:
FTP.010 Num of sess reached the limit of maxsess ; Listen not posted.
Long Syntax:
FTP.010 Number of sessions reached the limit of maxsess ; Listen not posted.
Description:
Number of TCP sessions have reached the maximum limit set during configuration. Another TCP listen for incoming requests will not be posted until the number of sessions is below the configured maximum.

FTP.011

Level:
C-INFO
Short Syntax:
FTP.011 user ' userName ' from remoteAddr logged out
Long Syntax:
FTP.011 user ' userName ' from remoteAddr logged out
Description:
The specified user from the specified remote host has logged out.