net.sf.hermesftp.common
Interface FtpConstants

All Known Implementing Classes:
AbstractFtpCmd, AbstractFtpCmdList, AbstractFtpCmdPasv, AbstractFtpCmdPort, AbstractFtpCmdRetr, AbstractFtpCmdStor, AbstractFtpCmdStorFile, AbstractFtpServer, DefaultFtpServer, FtpCmdAbor, FtpCmdAllo, FtpCmdAppe, FtpCmdAuth, FtpCmdCdup, FtpCmdClnt, FtpCmdCwd, FtpCmdDele, FtpCmdEprt, FtpCmdEpsv, FtpCmdFeat, FtpCmdHelp, FtpCmdList, FtpCmdMdtm, FtpCmdMkd, FtpCmdMode, FtpCmdNlst, FtpCmdNoop, FtpCmdNotImpl, FtpCmdOpts, FtpCmdPass, FtpCmdPasv, FtpCmdPbsz, FtpCmdPort, FtpCmdProt, FtpCmdPwd, FtpCmdQuit, FtpCmdRest, FtpCmdRetr, FtpCmdRmd, FtpCmdRnfr, FtpCmdRnto, FtpCmdSize, FtpCmdStat, FtpCmdStor, FtpCmdStou, FtpCmdStru, FtpCmdSyst, FtpCmdType, FtpCmdUser, FtpServerOptionsImpl, FtpSessionContextImpl, FtpSessionImpl, SecureFtpServer

public interface FtpConstants

General constants of the application.

Author:
Lars Behnke

Field Summary
static java.lang.String ATTR_CLIENT_NAME
          Client name of a session (optionally transmitted to server).
static java.lang.String ATTR_DATA_PROT
          Data protection flag.
static java.lang.String ATTR_FILE_OFFSET
          Offset pointer of the transmitted file.
static java.lang.String ATTR_FORCE_UTF8
          Boolean flag that enforces that output data is encoded in UTF-8 (as required by IE).
static java.lang.String ATTR_GROUP_DATA
          Information about the groups the authenticated belongs to.
static java.lang.String ATTR_LOGIN_TIME
          Time stamp of the user's authentication.
static java.lang.String ATTR_RENAME_FILE
          Name of the file currently renamed.
static java.lang.String ATTR_RESTART_MARKERS
          Container for the restart markers.
static java.lang.String ATTR_SSL
          Name of the file currently renamed.
static java.lang.String ATTR_USER_DATA
          Information about the authenticated user.
static int BYTE_LENGTH
          Byte size.
static int BYTE_MASK
          Masks a byte.
static java.lang.String DEFAULT_BEAN_RES
          Konfiguration of the Spring application context.
static java.lang.String DEFAULT_KEYSTORE
          Default key store resource file.
static java.lang.String DEFAULT_KEYSTORE_PASS
          Default key store password.
static int DT_ASCII
          ASCII data type.
static int DT_BINARY
          Binary data type.
static int DT_EBCDIC
          EBCDIX data type.
static java.lang.String HERMES_HOME
          Environment property key that points to the application's home directory
static int MILLI
          Number of milliseconds in a second.
static int MODE_BLOCK
          Block mode.
static int MODE_COMPRESS
          Compressed mode.
static int MODE_STREAM
          Stream mode.
static int MODE_ZIP
          Zlib mode.
static java.lang.String MSG_GOODBYE
          Resource: goodbye message.
static java.lang.String MSG150
          FTP response message 150.
static java.lang.String MSG200
          FTP response message 200.
static java.lang.String MSG200_NOTED
          FTP response message 200.
static java.lang.String MSG200_PBSZ
          FTP response message 200 (PBSZ).
static java.lang.String MSG200_SIZE
          FTP response message 200 (size).
static java.lang.String MSG200_TYPE
          FTP response message 200.
static java.lang.String MSG202
          FTP response message 202.
static java.lang.String MSG211_FEAT_ENTRY
          FTP response message 211 entry.
static java.lang.String MSG211_FEAT_FOOTER
          FTP response message 211 footer.
static java.lang.String MSG211_FEAT_HEADER
          FTP response message 211 header.
static java.lang.String MSG211_STAT
          FTP response message 211.
static java.lang.String MSG213_SIZE
          FTP response message 213 (file size).
static java.lang.String MSG213_TIME
          FTP response message 213 (file size).
static java.lang.String MSG214
          FTP response message 214.
static java.lang.String MSG220
          FTP response message 220.
static java.lang.String MSG220_WEL
          FTP response message 220 (welcome text).
static java.lang.String MSG226
          FTP response message 226.
static java.lang.String MSG227
          FTP response message 227.
static java.lang.String MSG229
          FTP response message 229.
static java.lang.String MSG230
          FTP response message 230.
static java.lang.String MSG234
          FTP response message 234.
static java.lang.String MSG250
          FTP response message 250.
static java.lang.String MSG257
          FTP response message 257.
static java.lang.String MSG331
          FTP response message 331.
static java.lang.String MSG350
          FTP response message 350.
static java.lang.String MSG350_REST
          FTP response message 350.
static java.lang.String MSG421
          FTP response message 421 (Timeout).
static java.lang.String MSG425
          FTP response message 425.
static java.lang.String MSG426
          FTP response message 426.
static java.lang.String MSG431
          FTP response message 431.
static java.lang.String MSG450
          FTP response message 450.
static java.lang.String MSG451
          FTP response message 451.
static java.lang.String MSG500
          FTP response message 500.
static java.lang.String MSG500_CMD
          FTP response message 500.
static java.lang.String MSG501
          FTP response message 501.
static java.lang.String MSG501_PATH
          FTP response message 501.
static java.lang.String MSG501_SIZE
          FTP response message 501.
static java.lang.String MSG503
          FTP response message 503.
static java.lang.String MSG503_USR
          FTP response message 503.
static java.lang.String MSG504
          FTP response message 504.
static java.lang.String MSG522
          FTP response message 522.
static java.lang.String MSG530
          FTP response message 530.
static java.lang.String MSG530_AUTH
          FTP response message 530.
static java.lang.String MSG534
          FTP response message 534.
static java.lang.String MSG536
          FTP response message 536.
static java.lang.String MSG550
          FTP response message 550.
static java.lang.String MSG550_COMM
          FTP response message 550.
static java.lang.String MSG550_EXISTS
          FTP response message 550.
static java.lang.String MSG550_MSG
          FTP response message 550 (customizable message).
static java.lang.String MSG550_NOTEMPTY
          FTP response message 550.
static java.lang.String MSG550_PERM
          FTP response message 550.
static java.lang.String MSG553
          FTP response message 553.
static java.lang.String OPT_ALLOWED_PASSIVE_PORTS
          The key for the allowed passive ports.
static java.lang.String OPT_BUFFER_SIZE
          The key for data buffer size.
static java.lang.String OPT_CHARSET_ASCII
          The ASCII/ANSI character set to use.
static java.lang.String OPT_CHARSET_EBCDIC
          The EBCDIC character set to use.
static java.lang.String OPT_EMULATE_UNIX
          The key for the flag indicating unix/windows emulation.
static java.lang.String OPT_FTP_PORT
          The key for the FTP port to be used (21 is default).
static java.lang.String OPT_IPV4_BLACK_LIST
          The key for the black list of ip v4 addresses.
static java.lang.String OPT_IPV6_BLACK_LIST
          The key for the black list of ip v4 addresses.
static java.lang.String OPT_MAX_CONNECTIONS
          The key for the client connection limit.
static java.lang.String OPT_MAX_DOWNLOAD_RATE
          The key for the global maximum download rate in KB/s.
static java.lang.String OPT_MAX_IDLE_SECONDS
          The key for data maximum idle seconds until the session times out.
static java.lang.String OPT_MAX_UPLOAD_RATE
          The key for the global maximum upload rate in KB/s.
static java.lang.String OPT_MSG_GOODBYE
          The key for customized good bye message.
static java.lang.String OPT_MSG_WELCOME
          The key for customized welcome message.
static java.lang.String OPT_REMOTE_DIR
          The key for the default remote directory.
static java.lang.String OPT_SSL_ALLOW_EXPLICIT
          The key for a flag enabling explicit SSL.
static java.lang.String OPT_SSL_ALLOW_IMPLICIT
          The key for a flag enabling implicit SSL.
static java.lang.String OPT_SSL_CIPHER_SUITES
          The key for supported SSL cipher suites. "*" for all supported by system.
static java.lang.String OPT_SSL_FORCE
          The key for the flag indicating forced SSL.
static java.lang.String OPT_SSL_KEYSTORE_FILE
          The key for key store file.
static java.lang.String OPT_SSL_KEYSTORE_PASS
          The key for keystore password.
static java.lang.String OPT_SSL_PORT_IMPLICIT
          The key for port to be used is implicit SSL mode (default is 990).
static int PRIV_NONE
          No access allowed on a particular path.
static int PRIV_READ
          Read access allowed on a particular path.
static int PRIV_READ_WRITE
          Read/Write access allowed on a particular path.
static int PRIV_WRITE
          Write access allowed on a particular path.
static java.lang.String PWD
          Resource: Print working directory.
static java.lang.String SEPARATOR
          Default text separator.
static int SERVER_STATUS_HALTED
          Server was halted.
static int SERVER_STATUS_INIT
          Server is being initialized.
static int SERVER_STATUS_READY
          Server is ready to accept connections.
static int SERVER_STATUS_UNDEF
          Server has not been initialized.
static java.lang.String SPACE
          Space.
static java.lang.String STAT_BYTES_DOWNLOADED
          Downloaded bytes limit.
static java.lang.String STAT_BYTES_UPLOADED
          Uploaded bytes limit.
static java.lang.String STAT_DOWNLOAD_RATE
          Download rate (KB/s) limit.
static java.lang.String STAT_FILES_DOWNLOADED
          Downloaded file limit.
static java.lang.String STAT_FILES_UPLOADED
          Uploaded file limit.
static java.lang.String STAT_UPLOAD_RATE
          Upload rate (KB/s) limit.
static int STRUCT_FILE
          Files based structure.
static int STRUCT_RECORD
          Record based structure (Mainframes).
static java.lang.String[] TYPE_NAMES
          All supported data types.
static java.lang.String WILDCARD
          Wildcard.
 

Field Detail

OPT_MSG_GOODBYE

static final java.lang.String OPT_MSG_GOODBYE
The key for customized good bye message.

See Also:
Constant Field Values

OPT_MSG_WELCOME

static final java.lang.String OPT_MSG_WELCOME
The key for customized welcome message.

See Also:
Constant Field Values

OPT_BUFFER_SIZE

static final java.lang.String OPT_BUFFER_SIZE
The key for data buffer size.

See Also:
Constant Field Values

OPT_MAX_IDLE_SECONDS

static final java.lang.String OPT_MAX_IDLE_SECONDS
The key for data maximum idle seconds until the session times out.

See Also:
Constant Field Values

OPT_EMULATE_UNIX

static final java.lang.String OPT_EMULATE_UNIX
The key for the flag indicating unix/windows emulation.

See Also:
Constant Field Values

OPT_MAX_CONNECTIONS

static final java.lang.String OPT_MAX_CONNECTIONS
The key for the client connection limit.

See Also:
Constant Field Values

OPT_REMOTE_DIR

static final java.lang.String OPT_REMOTE_DIR
The key for the default remote directory.

See Also:
Constant Field Values

OPT_ALLOWED_PASSIVE_PORTS

static final java.lang.String OPT_ALLOWED_PASSIVE_PORTS
The key for the allowed passive ports.

See Also:
Constant Field Values

OPT_IPV4_BLACK_LIST

static final java.lang.String OPT_IPV4_BLACK_LIST
The key for the black list of ip v4 addresses.

See Also:
Constant Field Values

OPT_IPV6_BLACK_LIST

static final java.lang.String OPT_IPV6_BLACK_LIST
The key for the black list of ip v4 addresses.

See Also:
Constant Field Values

OPT_MAX_UPLOAD_RATE

static final java.lang.String OPT_MAX_UPLOAD_RATE
The key for the global maximum upload rate in KB/s.

See Also:
Constant Field Values

OPT_MAX_DOWNLOAD_RATE

static final java.lang.String OPT_MAX_DOWNLOAD_RATE
The key for the global maximum download rate in KB/s.

See Also:
Constant Field Values

OPT_FTP_PORT

static final java.lang.String OPT_FTP_PORT
The key for the FTP port to be used (21 is default).

See Also:
Constant Field Values

OPT_SSL_FORCE

static final java.lang.String OPT_SSL_FORCE
The key for the flag indicating forced SSL.

See Also:
Constant Field Values

OPT_SSL_KEYSTORE_FILE

static final java.lang.String OPT_SSL_KEYSTORE_FILE
The key for key store file.

See Also:
Constant Field Values

OPT_SSL_KEYSTORE_PASS

static final java.lang.String OPT_SSL_KEYSTORE_PASS
The key for keystore password.

See Also:
Constant Field Values

OPT_SSL_ALLOW_EXPLICIT

static final java.lang.String OPT_SSL_ALLOW_EXPLICIT
The key for a flag enabling explicit SSL.

See Also:
Constant Field Values

OPT_SSL_ALLOW_IMPLICIT

static final java.lang.String OPT_SSL_ALLOW_IMPLICIT
The key for a flag enabling implicit SSL.

See Also:
Constant Field Values

OPT_SSL_PORT_IMPLICIT

static final java.lang.String OPT_SSL_PORT_IMPLICIT
The key for port to be used is implicit SSL mode (default is 990).

See Also:
Constant Field Values

OPT_SSL_CIPHER_SUITES

static final java.lang.String OPT_SSL_CIPHER_SUITES
The key for supported SSL cipher suites. "*" for all supported by system.

See Also:
Constant Field Values

OPT_CHARSET_EBCDIC

static final java.lang.String OPT_CHARSET_EBCDIC
The EBCDIC character set to use.

See Also:
Constant Field Values

OPT_CHARSET_ASCII

static final java.lang.String OPT_CHARSET_ASCII
The ASCII/ANSI character set to use.

See Also:
Constant Field Values

ATTR_CLIENT_NAME

static final java.lang.String ATTR_CLIENT_NAME
Client name of a session (optionally transmitted to server).

See Also:
Constant Field Values

ATTR_RENAME_FILE

static final java.lang.String ATTR_RENAME_FILE
Name of the file currently renamed.

See Also:
Constant Field Values

ATTR_FILE_OFFSET

static final java.lang.String ATTR_FILE_OFFSET
Offset pointer of the transmitted file.

See Also:
Constant Field Values

ATTR_LOGIN_TIME

static final java.lang.String ATTR_LOGIN_TIME
Time stamp of the user's authentication.

See Also:
Constant Field Values

ATTR_USER_DATA

static final java.lang.String ATTR_USER_DATA
Information about the authenticated user.

See Also:
Constant Field Values

ATTR_GROUP_DATA

static final java.lang.String ATTR_GROUP_DATA
Information about the groups the authenticated belongs to.

See Also:
Constant Field Values

ATTR_SSL

static final java.lang.String ATTR_SSL
Name of the file currently renamed.

See Also:
Constant Field Values

ATTR_DATA_PROT

static final java.lang.String ATTR_DATA_PROT
Data protection flag.

See Also:
Constant Field Values

ATTR_FORCE_UTF8

static final java.lang.String ATTR_FORCE_UTF8
Boolean flag that enforces that output data is encoded in UTF-8 (as required by IE).

See Also:
Constant Field Values

ATTR_RESTART_MARKERS

static final java.lang.String ATTR_RESTART_MARKERS
Container for the restart markers.

See Also:
Constant Field Values

DEFAULT_BEAN_RES

static final java.lang.String DEFAULT_BEAN_RES
Konfiguration of the Spring application context.

See Also:
Constant Field Values

HERMES_HOME

static final java.lang.String HERMES_HOME
Environment property key that points to the application's home directory. *

See Also:
Constant Field Values

DEFAULT_KEYSTORE_PASS

static final java.lang.String DEFAULT_KEYSTORE_PASS
Default key store password.

See Also:
Constant Field Values

DEFAULT_KEYSTORE

static final java.lang.String DEFAULT_KEYSTORE
Default key store resource file.

See Also:
Constant Field Values

TYPE_NAMES

static final java.lang.String[] TYPE_NAMES
All supported data types.


DT_ASCII

static final int DT_ASCII
ASCII data type.

See Also:
Constant Field Values

DT_EBCDIC

static final int DT_EBCDIC
EBCDIX data type.

See Also:
Constant Field Values

DT_BINARY

static final int DT_BINARY
Binary data type.

See Also:
Constant Field Values

MODE_STREAM

static final int MODE_STREAM
Stream mode.

See Also:
Constant Field Values

MODE_BLOCK

static final int MODE_BLOCK
Block mode.

See Also:
Constant Field Values

MODE_COMPRESS

static final int MODE_COMPRESS
Compressed mode.

See Also:
Constant Field Values

MODE_ZIP

static final int MODE_ZIP
Zlib mode.

See Also:
Constant Field Values

STRUCT_FILE

static final int STRUCT_FILE
Files based structure.

See Also:
Constant Field Values

STRUCT_RECORD

static final int STRUCT_RECORD
Record based structure (Mainframes).

See Also:
Constant Field Values

SEPARATOR

static final java.lang.String SEPARATOR
Default text separator.

See Also:
Constant Field Values

SPACE

static final java.lang.String SPACE
Space.

See Also:
Constant Field Values

WILDCARD

static final java.lang.String WILDCARD
Wildcard.

See Also:
Constant Field Values

BYTE_MASK

static final int BYTE_MASK
Masks a byte.

See Also:
Constant Field Values

BYTE_LENGTH

static final int BYTE_LENGTH
Byte size.

See Also:
Constant Field Values

MILLI

static final int MILLI
Number of milliseconds in a second.

See Also:
Constant Field Values

PRIV_NONE

static final int PRIV_NONE
No access allowed on a particular path.

See Also:
Constant Field Values

PRIV_READ

static final int PRIV_READ
Read access allowed on a particular path.

See Also:
Constant Field Values

PRIV_WRITE

static final int PRIV_WRITE
Write access allowed on a particular path.

See Also:
Constant Field Values

PRIV_READ_WRITE

static final int PRIV_READ_WRITE
Read/Write access allowed on a particular path.

See Also:
Constant Field Values

SERVER_STATUS_UNDEF

static final int SERVER_STATUS_UNDEF
Server has not been initialized.

See Also:
Constant Field Values

SERVER_STATUS_INIT

static final int SERVER_STATUS_INIT
Server is being initialized.

See Also:
Constant Field Values

SERVER_STATUS_READY

static final int SERVER_STATUS_READY
Server is ready to accept connections.

See Also:
Constant Field Values

SERVER_STATUS_HALTED

static final int SERVER_STATUS_HALTED
Server was halted.

See Also:
Constant Field Values

STAT_BYTES_UPLOADED

static final java.lang.String STAT_BYTES_UPLOADED
Uploaded bytes limit.

See Also:
Constant Field Values

STAT_FILES_UPLOADED

static final java.lang.String STAT_FILES_UPLOADED
Uploaded file limit.

See Also:
Constant Field Values

STAT_BYTES_DOWNLOADED

static final java.lang.String STAT_BYTES_DOWNLOADED
Downloaded bytes limit.

See Also:
Constant Field Values

STAT_FILES_DOWNLOADED

static final java.lang.String STAT_FILES_DOWNLOADED
Downloaded file limit.

See Also:
Constant Field Values

STAT_DOWNLOAD_RATE

static final java.lang.String STAT_DOWNLOAD_RATE
Download rate (KB/s) limit.

See Also:
Constant Field Values

STAT_UPLOAD_RATE

static final java.lang.String STAT_UPLOAD_RATE
Upload rate (KB/s) limit.

See Also:
Constant Field Values

MSG150

static final java.lang.String MSG150
FTP response message 150.

See Also:
Constant Field Values

MSG200

static final java.lang.String MSG200
FTP response message 200.

See Also:
Constant Field Values

MSG200_PBSZ

static final java.lang.String MSG200_PBSZ
FTP response message 200 (PBSZ).

See Also:
Constant Field Values

MSG200_SIZE

static final java.lang.String MSG200_SIZE
FTP response message 200 (size).

See Also:
Constant Field Values

MSG200_NOTED

static final java.lang.String MSG200_NOTED
FTP response message 200.

See Also:
Constant Field Values

MSG202

static final java.lang.String MSG202
FTP response message 202.

See Also:
Constant Field Values

MSG200_TYPE

static final java.lang.String MSG200_TYPE
FTP response message 200.

See Also:
Constant Field Values

MSG211_FEAT_HEADER

static final java.lang.String MSG211_FEAT_HEADER
FTP response message 211 header.

See Also:
Constant Field Values

MSG211_FEAT_ENTRY

static final java.lang.String MSG211_FEAT_ENTRY
FTP response message 211 entry.

See Also:
Constant Field Values

MSG211_FEAT_FOOTER

static final java.lang.String MSG211_FEAT_FOOTER
FTP response message 211 footer.

See Also:
Constant Field Values

MSG211_STAT

static final java.lang.String MSG211_STAT
FTP response message 211.

See Also:
Constant Field Values

MSG213_SIZE

static final java.lang.String MSG213_SIZE
FTP response message 213 (file size).

See Also:
Constant Field Values

MSG213_TIME

static final java.lang.String MSG213_TIME
FTP response message 213 (file size).

See Also:
Constant Field Values

MSG214

static final java.lang.String MSG214
FTP response message 214.

See Also:
Constant Field Values

MSG220_WEL

static final java.lang.String MSG220_WEL
FTP response message 220 (welcome text).

See Also:
Constant Field Values

MSG220

static final java.lang.String MSG220
FTP response message 220.

See Also:
Constant Field Values

MSG226

static final java.lang.String MSG226
FTP response message 226.

See Also:
Constant Field Values

MSG227

static final java.lang.String MSG227
FTP response message 227.

See Also:
Constant Field Values

MSG229

static final java.lang.String MSG229
FTP response message 229.

See Also:
Constant Field Values

MSG230

static final java.lang.String MSG230
FTP response message 230.

See Also:
Constant Field Values

MSG234

static final java.lang.String MSG234
FTP response message 234.

See Also:
Constant Field Values

MSG250

static final java.lang.String MSG250
FTP response message 250.

See Also:
Constant Field Values

MSG257

static final java.lang.String MSG257
FTP response message 257.

See Also:
Constant Field Values

MSG331

static final java.lang.String MSG331
FTP response message 331.

See Also:
Constant Field Values

MSG350

static final java.lang.String MSG350
FTP response message 350.

See Also:
Constant Field Values

MSG350_REST

static final java.lang.String MSG350_REST
FTP response message 350.

See Also:
Constant Field Values

MSG421

static final java.lang.String MSG421
FTP response message 421 (Timeout).

See Also:
Constant Field Values

MSG425

static final java.lang.String MSG425
FTP response message 425.

See Also:
Constant Field Values

MSG426

static final java.lang.String MSG426
FTP response message 426.

See Also:
Constant Field Values

MSG431

static final java.lang.String MSG431
FTP response message 431.

See Also:
Constant Field Values

MSG450

static final java.lang.String MSG450
FTP response message 450.

See Also:
Constant Field Values

MSG451

static final java.lang.String MSG451
FTP response message 451.

See Also:
Constant Field Values

MSG500

static final java.lang.String MSG500
FTP response message 500.

See Also:
Constant Field Values

MSG500_CMD

static final java.lang.String MSG500_CMD
FTP response message 500.

See Also:
Constant Field Values

MSG501

static final java.lang.String MSG501
FTP response message 501.

See Also:
Constant Field Values

MSG501_PATH

static final java.lang.String MSG501_PATH
FTP response message 501.

See Also:
Constant Field Values

MSG501_SIZE

static final java.lang.String MSG501_SIZE
FTP response message 501.

See Also:
Constant Field Values

MSG503

static final java.lang.String MSG503
FTP response message 503.

See Also:
Constant Field Values

MSG503_USR

static final java.lang.String MSG503_USR
FTP response message 503.

See Also:
Constant Field Values

MSG504

static final java.lang.String MSG504
FTP response message 504.

See Also:
Constant Field Values

MSG530

static final java.lang.String MSG530
FTP response message 530.

See Also:
Constant Field Values

MSG522

static final java.lang.String MSG522
FTP response message 522.

See Also:
Constant Field Values

MSG530_AUTH

static final java.lang.String MSG530_AUTH
FTP response message 530.

See Also:
Constant Field Values

MSG534

static final java.lang.String MSG534
FTP response message 534.

See Also:
Constant Field Values

MSG536

static final java.lang.String MSG536
FTP response message 536.

See Also:
Constant Field Values

MSG550

static final java.lang.String MSG550
FTP response message 550.

See Also:
Constant Field Values

MSG550_MSG

static final java.lang.String MSG550_MSG
FTP response message 550 (customizable message).

See Also:
Constant Field Values

MSG550_NOTEMPTY

static final java.lang.String MSG550_NOTEMPTY
FTP response message 550.

See Also:
Constant Field Values

MSG550_EXISTS

static final java.lang.String MSG550_EXISTS
FTP response message 550.

See Also:
Constant Field Values

MSG550_COMM

static final java.lang.String MSG550_COMM
FTP response message 550.

See Also:
Constant Field Values

MSG550_PERM

static final java.lang.String MSG550_PERM
FTP response message 550.

See Also:
Constant Field Values

MSG553

static final java.lang.String MSG553
FTP response message 553.

See Also:
Constant Field Values

PWD

static final java.lang.String PWD
Resource: Print working directory.

See Also:
Constant Field Values

MSG_GOODBYE

static final java.lang.String MSG_GOODBYE
Resource: goodbye message.

See Also:
Constant Field Values


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.