Package org.exoplatform.services.ftp
Class FtpConst.Replyes
- java.lang.Object
-
- org.exoplatform.services.ftp.FtpConst.Replyes
-
-
Field Summary
Fields Modifier and Type Field Description static StringREPLY_125REPLY 125 - Data connection opened.static StringREPLY_200REPLY 200.static StringREPLY_213REPLY 213.static StringREPLY_215REPLY 215.static StringREPLY_221REPLY 221 - exit.static StringREPLY_226REPLY 226 - transfer complete.static StringREPLY_227REPLY 227 - Entering passive mode.static StringREPLY_230REPLY 230 - user logged in.static StringREPLY_250REPLY 250 - command successful.static StringREPLY_257REPLY 257 - current directory.static StringREPLY_257_CREATEDREPLY 257 CREATED - directory created.static StringREPLY_331REPLY 331 - password required.static StringREPLY_350REPLY 350 - file or directory exist.static StringREPLY_350_RESTREPLY 350 REST - restarting at directory.static StringREPLY_421REPLY 421 - idle timeout.static StringREPLY_421_DATAREPLY 421 DATA - service not available.static StringREPLY_425REPLY 425 - unable to build data connection.static StringREPLY_450REPLY 450 - no such file or directory.static StringREPLY_451REPLY 451 - transfer aborted.static StringREPLY_500REPLY 500 - not understood.static StringREPLY_500_ILLEGALREPLY 500 ILLEGAL - illegal command.static StringREPLY_500_PARAMREQUIREDREPLY 500 PARAMREQUIRED - command requires parameter.static StringREPLY_501_MODEREPLY 501 MODE - unrecognized transfer mode.static StringREPLY_501_STRUREPLY 501 STRU - unrecognized structure mode.static StringREPLY_503REPLY 503 - bad sequence of command.static StringREPLY_503_PASSREPLY 503 PASS - login with user first.static StringREPLY_504REPLY 504 - unsupported transfer mode.static StringREPLY_530REPLY 530.static StringREPLY_550REPLY 550 - permission denied.static StringREPLY_550_RESTOREREPLY 550 RESTORE - restore value invalid.static StringREPLY_550_SIZEREPLY 550 SIZE - no such file.static StringREPLY_553REPLY 553 - unable to rename file or directory.
-
Constructor Summary
Constructors Constructor Description Replyes()
-
-
-
Field Detail
-
REPLY_125
public static final String REPLY_125
REPLY 125 - Data connection opened.- See Also:
- Constant Field Values
-
REPLY_200
public static final String REPLY_200
REPLY 200.- See Also:
- Constant Field Values
-
REPLY_213
public static final String REPLY_213
REPLY 213.- See Also:
- Constant Field Values
-
REPLY_215
public static final String REPLY_215
REPLY 215.- See Also:
- Constant Field Values
-
REPLY_221
public static final String REPLY_221
REPLY 221 - exit.- See Also:
- Constant Field Values
-
REPLY_226
public static final String REPLY_226
REPLY 226 - transfer complete.- See Also:
- Constant Field Values
-
REPLY_227
public static final String REPLY_227
REPLY 227 - Entering passive mode.- See Also:
- Constant Field Values
-
REPLY_230
public static final String REPLY_230
REPLY 230 - user logged in.- See Also:
- Constant Field Values
-
REPLY_250
public static final String REPLY_250
REPLY 250 - command successful.- See Also:
- Constant Field Values
-
REPLY_257
public static final String REPLY_257
REPLY 257 - current directory.- See Also:
- Constant Field Values
-
REPLY_257_CREATED
public static final String REPLY_257_CREATED
REPLY 257 CREATED - directory created.- See Also:
- Constant Field Values
-
REPLY_331
public static final String REPLY_331
REPLY 331 - password required.- See Also:
- Constant Field Values
-
REPLY_350
public static final String REPLY_350
REPLY 350 - file or directory exist.- See Also:
- Constant Field Values
-
REPLY_350_REST
public static final String REPLY_350_REST
REPLY 350 REST - restarting at directory.- See Also:
- Constant Field Values
-
REPLY_421
public static final String REPLY_421
REPLY 421 - idle timeout.- See Also:
- Constant Field Values
-
REPLY_421_DATA
public static final String REPLY_421_DATA
REPLY 421 DATA - service not available.- See Also:
- Constant Field Values
-
REPLY_425
public static final String REPLY_425
REPLY 425 - unable to build data connection.- See Also:
- Constant Field Values
-
REPLY_450
public static final String REPLY_450
REPLY 450 - no such file or directory.- See Also:
- Constant Field Values
-
REPLY_451
public static final String REPLY_451
REPLY 451 - transfer aborted.- See Also:
- Constant Field Values
-
REPLY_500
public static final String REPLY_500
REPLY 500 - not understood.- See Also:
- Constant Field Values
-
REPLY_500_PARAMREQUIRED
public static final String REPLY_500_PARAMREQUIRED
REPLY 500 PARAMREQUIRED - command requires parameter.- See Also:
- Constant Field Values
-
REPLY_500_ILLEGAL
public static final String REPLY_500_ILLEGAL
REPLY 500 ILLEGAL - illegal command.- See Also:
- Constant Field Values
-
REPLY_501_MODE
public static final String REPLY_501_MODE
REPLY 501 MODE - unrecognized transfer mode.- See Also:
- Constant Field Values
-
REPLY_501_STRU
public static final String REPLY_501_STRU
REPLY 501 STRU - unrecognized structure mode.- See Also:
- Constant Field Values
-
REPLY_503
public static final String REPLY_503
REPLY 503 - bad sequence of command.- See Also:
- Constant Field Values
-
REPLY_503_PASS
public static final String REPLY_503_PASS
REPLY 503 PASS - login with user first.- See Also:
- Constant Field Values
-
REPLY_504
public static final String REPLY_504
REPLY 504 - unsupported transfer mode.- See Also:
- Constant Field Values
-
REPLY_530
public static final String REPLY_530
REPLY 530.- See Also:
- Constant Field Values
-
REPLY_550
public static final String REPLY_550
REPLY 550 - permission denied.- See Also:
- Constant Field Values
-
REPLY_550_SIZE
public static final String REPLY_550_SIZE
REPLY 550 SIZE - no such file.- See Also:
- Constant Field Values
-
REPLY_550_RESTORE
public static final String REPLY_550_RESTORE
REPLY 550 RESTORE - restore value invalid.- See Also:
- Constant Field Values
-
REPLY_553
public static final String REPLY_553
REPLY 553 - unable to rename file or directory.- See Also:
- Constant Field Values
-
-