eXo JCR :: Component :: FTP Service 1.15.14-CP01

org.exoplatform.services.ftp
Class FtpConst.Replyes

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpConst.Replyes
Enclosing class:
FtpConst

public class FtpConst.Replyes
extends Object

Reply messages.


Field Summary
static String REPLY_125
          REPLY 125 - Data connection opened.
static String REPLY_200
          REPLY 200.
static String REPLY_213
          REPLY 213.
static String REPLY_215
          REPLY 215.
static String REPLY_221
          REPLY 221 - exit.
static String REPLY_226
          REPLY 226 - transfer complete.
static String REPLY_227
          REPLY 227 - Entering passive mode.
static String REPLY_230
          REPLY 230 - user logged in.
static String REPLY_250
          REPLY 250 - command successful.
static String REPLY_257
          REPLY 257 - current directory.
static String REPLY_257_CREATED
          REPLY 257 CREATED - directory created.
static String REPLY_331
          REPLY 331 - password required.
static String REPLY_350
          REPLY 350 - file or directory exist.
static String REPLY_350_REST
          REPLY 350 REST - restarting at directory.
static String REPLY_421
          REPLY 421 - idle timeout.
static String REPLY_421_DATA
          REPLY 421 DATA - service not available.
static String REPLY_425
          REPLY 425 - unable to build data connection.
static String REPLY_450
          REPLY 450 - no such file or directory.
static String REPLY_451
          REPLY 451 - transfer aborted.
static String REPLY_500
          REPLY 500 - not understood.
static String REPLY_500_ILLEGAL
          REPLY 500 ILLEGAL - illegal command.
static String REPLY_500_PARAMREQUIRED
          REPLY 500 PARAMREQUIRED - command requires parameter.
static String REPLY_501_MODE
          REPLY 501 MODE - unrecognized transfer mode.
static String REPLY_501_STRU
          REPLY 501 STRU - unrecognized structure mode.
static String REPLY_503
          REPLY 503 - bad sequence of command.
static String REPLY_503_PASS
          REPLY 503 PASS - login with user first.
static String REPLY_504
          REPLY 504 - unsupported transfer mode.
static String REPLY_530
          REPLY 530.
static String REPLY_550
          REPLY 550 - permission denied.
static String REPLY_550_RESTORE
          REPLY 550 RESTORE - restore value invalid.
static String REPLY_550_SIZE
          REPLY 550 SIZE - no such file.
static String REPLY_553
          REPLY 553 - unable to rename file or directory.
 
Constructor Summary
FtpConst.Replyes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

FtpConst.Replyes

public FtpConst.Replyes()

eXo JCR :: Component :: FTP Service 1.15.14-CP01

Copyright © 2015 eXo Platform SAS. All Rights Reserved.