Package com.enterprisedt.net.ftp
Class FileNotFoundStrings
java.lang.Object
com.enterprisedt.net.ftp.ServerStrings
com.enterprisedt.net.ftp.FileNotFoundStrings
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 file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not foundstatic final StringServer string indicating file not found -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FILE_NOT_FOUND
Server string indicating file not found- See Also:
-
NO_SUCH_FILE
Server string indicating file not found- See Also:
-
CANNOT_FIND_THE_FILE
Server string indicating file not found- See Also:
-
CANNOT_FIND
Server string indicating file not found- See Also:
-
FAILED_TO_OPEN_FILE
Server string indicating file not found- See Also:
-
COULD_NOT_GET_FILE
Server string indicating file not found- See Also:
-
DOES_NOT_EXIST
Server string indicating file not found- See Also:
-
NOT_REGULAR_FILE
Server string indicating file not found- See Also:
-
-
Constructor Details
-
FileNotFoundStrings
public FileNotFoundStrings()Constructor. Adds the fragments to match on
-