550: RMDIR failed: error

Explanation

The client issued a RMD command to delete a z/OS® UNIX directory at the FTP server host. The C run-time library function rmdir() was issued by the FTP server to delete the directory, but the rmdir() function did not complete successfully. error is the error message returned by the C run-time library for the failing routine.

System action

The RMD command is rejected. The server waits for the next command from the client.

User response

Reissue the command. If the problem persists, contact the system programmer.

System programmer response

Correct the error indicated by error.