Package org.exoplatform.services.ftp
Class FtpConst
- java.lang.Object
-
- org.exoplatform.services.ftp.FtpConst
-
public class FtpConst extends Object
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru.- Version:
- $Id: $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFtpConst.CommandsCommand name constants.classFtpConst.EncodingSupported encodings.classFtpConst.NodeTypesNode types.classFtpConst.ReplyesReply messages.classFtpConst.SystemTypesSupported OS types.
-
Field Summary
Fields Modifier and Type Field Description static String[]EXO_HELP_INFOHelp info.static String[]EXO_LOGOeXoPlatform Logo.static StringFTP_CACHEFILEEXTENTIONFTP cache-file extention.static StringFTP_COMMAND_CATALOGFTP command catalog.static StringFTP_PREFIXFTP prefix.static intFTP_TIMESTAMPED_BLOCK_SIZETime stamped block size.
-
Constructor Summary
Constructors Constructor Description FtpConst()
-
-
-
Field Detail
-
FTP_PREFIX
public static final String FTP_PREFIX
FTP prefix.- See Also:
- Constant Field Values
-
FTP_COMMAND_CATALOG
public static final String FTP_COMMAND_CATALOG
FTP command catalog.- See Also:
- Constant Field Values
-
FTP_CACHEFILEEXTENTION
public static final String FTP_CACHEFILEEXTENTION
FTP cache-file extention.- See Also:
- Constant Field Values
-
FTP_TIMESTAMPED_BLOCK_SIZE
public static final int FTP_TIMESTAMPED_BLOCK_SIZE
Time stamped block size.- See Also:
- Constant Field Values
-
EXO_LOGO
public static final String[] EXO_LOGO
eXoPlatform Logo.
-
EXO_HELP_INFO
public static final String[] EXO_HELP_INFO
Help info.
-
-