HP Integrity NonStop H-Series User Manual
Page 168

400 Command Invalid
Cause
The FTP Server does not recognize the command.
Effect
The FTP Sever does not execute the command.
Recovery
Determine whether the command you issued is valid.
401 Not connected to the server
Cause
The application is not connected to the server.
Effect
FTP does not execute the command.
Recovery
The application must connect to the server before issuing the command.
402 Command issued failed
Cause
The command failed.
Effect
The command is returned with error messages.
Recovery
Check the error messages and take appropriate action. Determine whether the command you
issued is valid.
403 Return text truncated
Cause
The buffer specified was too small to hold the text that was returned.
Effect
The buffer contains only a portion of the text that was returned
Recovery
Increase the size of the buffer.
404 Unknown option with the command
Cause
The options specified with the command were invalid.
Effect
The command is not executed,
Recovery
Specify valid options and reissue the command. See Section 8, FTP API External Specification
for valid options.
405 Fail to create an FTP session
Cause
The application program using the FTP API failed to create the FTP client process.
Effect
The FTP session is not created. All subsequent FTP API calls fail.
168 Error Messages