Interface FtpConfig

  • All Known Implementing Classes:
    FtpConfigImpl

    public interface FtpConfig
    Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
    Version:
    $Id: $
    • Method Detail

      • getCommandPort

        int getCommandPort()
      • getDataMinPort

        int getDataMinPort()
      • getDataMaxPort

        int getDataMaxPort()
      • getSystemType

        String getSystemType()
      • getClientSideEncoding

        String getClientSideEncoding()
      • getDefFolderNodeType

        String getDefFolderNodeType()
      • getDefFileNodeType

        String getDefFileNodeType()
      • getDefFileMimeType

        String getDefFileMimeType()
      • getCacheFolderName

        String getCacheFolderName()
      • isNeedSlowUpLoad

        boolean isNeedSlowUpLoad()
      • getUpLoadSpeed

        int getUpLoadSpeed()
      • isNeedSlowDownLoad

        boolean isNeedSlowDownLoad()
      • getDownLoadSpeed

        int getDownLoadSpeed()
      • isNeedTimeOut

        boolean isNeedTimeOut()
      • getTimeOut

        int getTimeOut()
      • getPortalContainer

        org.exoplatform.container.PortalContainer getPortalContainer()
      • isReplaceForbiddenChars

        boolean isReplaceForbiddenChars()
      • getForbiddenChars

        String getForbiddenChars()
      • getReplaceChar

        char getReplaceChar()