From 66b8df5fdf8ff12880b6684f9f28ea271619b7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 30 Oct 2002 06:06:16 +0000 Subject: [PATCH] Recognize the (incorrect) error code a MediaHawk server sends in reply to unrecognized commands such as MDTM. Requested by: Stephen Roome --- lib/libfetch/ftp.errors | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libfetch/ftp.errors b/lib/libfetch/ftp.errors index 099de7460fa3..9a4a11ec4b86 100644 --- a/lib/libfetch/ftp.errors +++ b/lib/libfetch/ftp.errors @@ -39,6 +39,7 @@ 504 PROTO Command not implemented for that parameter 530 AUTH Not logged in 532 AUTH Need account for storing files +535 PROTO Bug in MediaHawk Video Kernel FTP server 550 UNAVAIL File unavailable (e.g., file not found, no access) 551 PROTO Requested action aborted. Page type unknown 552 FULL Exceeded storage allocation