Package com.enterprisedt.net.ftp
Class DirectoryEmptyStrings
java.lang.Object
com.enterprisedt.net.ftp.ServerStrings
com.enterprisedt.net.ftp.DirectoryEmptyStrings
Contains fragments of server replies that indicate no files were
found in a supplied directory.
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringServer string indicating no files found (EMPTY_DIR)static final StringServer string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)static final StringServer string indicating no files found (NO_FILES)static final StringServer string indicating no files found (NO_FILES_FOUND) - Serv-Ustatic final StringServer string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_FILES
Server string indicating no files found (NO_FILES)- See Also:
-
NO_FILES_FOUND
Server string indicating no files found (NO_FILES_FOUND) - Serv-U- See Also:
-
NO_SUCH_FILE_OR_DIR
Server string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR)- See Also:
-
EMPTY_DIR
Server string indicating no files found (EMPTY_DIR)- See Also:
-
NO_DATA_SETS_FOUND
Server string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)- See Also:
-
-
Constructor Details
-
DirectoryEmptyStrings
public DirectoryEmptyStrings()Constructor. Adds the fragments to match on
-