| |
|
| java.lang.Object com.enterprisedt.net.ftp.ServerStrings com.enterprisedt.net.ftp.DirectoryEmptyStrings
DirectoryEmptyStrings | final public class DirectoryEmptyStrings extends ServerStrings (Code) | | Contains fragments of server replies that indicate no files were
found in a supplied directory.
author: Bruce Blackshaw version: $Revision: 1.1 $ |
EMPTY_DIR | final public static String EMPTY_DIR(Code) | | Server string indicating no files found (EMPTY_DIR)
|
NO_DATA_SETS_FOUND | final public static String NO_DATA_SETS_FOUND(Code) | | Server string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)
|
NO_FILES | final public static String NO_FILES(Code) | | Server string indicating no files found (NO_FILES)
|
NO_SUCH_FILE_OR_DIR | final public static String NO_SUCH_FILE_OR_DIR(Code) | | Server string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR)
|
DirectoryEmptyStrings | public DirectoryEmptyStrings()(Code) | | Constructor. Adds the fragments to match on
|
|
|
|