diff options
author | des <des@FreeBSD.org> | 2002-10-30 06:06:16 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-30 06:06:16 +0000 |
commit | a8da55afda685ca2151899c0d25f837c962b9670 (patch) | |
tree | 25955f8b5435bff39d80156691880566ab848947 /lib/libfetch | |
parent | 38a01737c156ecff0abbad3f926b6619c0518c2a (diff) | |
download | FreeBSD-src-a8da55afda685ca2151899c0d25f837c962b9670.zip FreeBSD-src-a8da55afda685ca2151899c0d25f837c962b9670.tar.gz |
Recognize the (incorrect) error code a MediaHawk server sends in reply to
unrecognized commands such as MDTM.
Requested by: Stephen Roome <stephen_roome@pepcross.com>
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/ftp.errors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/ftp.errors b/lib/libfetch/ftp.errors index 099de74..9a4a11e 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 |