org.exoplatform.services.ftp
Class FtpConst

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpConst

public class FtpConst
extends java.lang.Object

Created by The eXo Platform SAS Author : Vitaly Guly .

Version:
$Id: FtpConst.java 45993 2010-04-07 08:15:07Z rainf0x $

Nested Class Summary
 class FtpConst.Commands
          Command name constants.
 class FtpConst.Encoding
          Supported encodings.
 class FtpConst.NodeTypes
          Node types.
 class FtpConst.Replyes
          Reply messages.
 class FtpConst.SystemTypes
          Supported OS types.
 
Field Summary
static java.lang.String[] EXO_HELP_INFO
          Help info.
static java.lang.String[] EXO_LOGO
          eXoPlatform Logo.
static java.lang.String FTP_CACHEFILEEXTENTION
          FTP cache-file extention.
static java.lang.String FTP_COMMAND_CATALOG
          FTP command catalog.
static java.lang.String FTP_PREFIX
          FTP prefix.
static int FTP_TIMESTAMPED_BLOCK_SIZE
          Time stamped block size.
 
Constructor Summary
FtpConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FTP_PREFIX

public static final java.lang.String FTP_PREFIX
FTP prefix.

See Also:
Constant Field Values

FTP_COMMAND_CATALOG

public static final java.lang.String FTP_COMMAND_CATALOG
FTP command catalog.

See Also:
Constant Field Values

FTP_CACHEFILEEXTENTION

public static final java.lang.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 java.lang.String[] EXO_LOGO
eXoPlatform Logo.


EXO_HELP_INFO

public static final java.lang.String[] EXO_HELP_INFO
Help info.

Constructor Detail

FtpConst

public FtpConst()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.