diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 477102aa448f..83e2e97976c6 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2920,7 +2920,7 @@ guniquefd(char *local, char **name) return (fd); } if (errno != EEXIST) { - perror_reply(550, count ? new : local); + perror_reply(553, count ? new : local); return (-1); } }