| |
|
| java.lang.Object com.enterprisedt.net.ftp.ServerStrings com.enterprisedt.net.ftp.FileNotFoundStrings
FileNotFoundStrings | final public class FileNotFoundStrings extends ServerStrings (Code) | | Contains fragments of server replies that indicate no files were
found in a supplied directory.
author: Bruce Blackshaw version: $Revision: 1.3 $ |
CANNOT_FIND_THE_FILE | final public static String CANNOT_FIND_THE_FILE(Code) | | Server string indicating file not found
|
COULD_NOT_GET_FILE | final public static String COULD_NOT_GET_FILE(Code) | | Server string indicating file not found
|
DOES_NOT_EXIST | final public static String DOES_NOT_EXIST(Code) | | Server string indicating file not found
|
FAILED_TO_OPEN_FILE | final public static String FAILED_TO_OPEN_FILE(Code) | | Server string indicating file not found
|
FILE_NOT_FOUND | final public static String FILE_NOT_FOUND(Code) | | Server string indicating file not found
|
NO_SUCH_FILE | final public static String NO_SUCH_FILE(Code) | | Server string indicating file not found
|
FileNotFoundStrings | public FileNotFoundStrings()(Code) | | Constructor. Adds the fragments to match on
|
|
|
|