Packages

final class FtpsSettings extends FtpFileSettings

FTPS settings

Source
model.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FtpsSettings
  2. FtpFileSettings
  3. RemoteFileSettings
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val autodetectUTF8: Boolean
  2. val binary: Boolean
    Definition Classes
    FtpsSettingsFtpFileSettings
  3. val configureConnection: (FTPSClient) => Unit
  4. val credentials: FtpCredentials
    Definition Classes
    FtpsSettingsRemoteFileSettings
  5. val host: InetAddress
    Definition Classes
    FtpsSettingsRemoteFileSettings
  6. val keyManager: Option[KeyManager]
  7. val passiveMode: Boolean
    Definition Classes
    FtpsSettingsFtpFileSettings
  8. val port: Int
    Definition Classes
    FtpsSettingsRemoteFileSettings
  9. val proxy: Option[Proxy]
  10. def toString(): String
    Definition Classes
    FtpsSettings → AnyRef → Any
  11. val trustManager: Option[TrustManager]
  12. val useFtpsImplicit: Boolean
  13. val useUpdatedFtpsClient: Boolean
  14. def withAutodetectUTF8(value: Boolean): FtpsSettings
  15. def withBinary(value: Boolean): FtpsSettings
  16. def withConfigureConnection(value: (FTPSClient) => Unit): FtpsSettings

    Scala API: Sets the configure connection callback.

  17. def withConfigureConnectionConsumer(configureConnection: Consumer[FTPSClient]): FtpsSettings

    Java API: Sets the configure connection callback.

  18. def withCredentials(value: FtpCredentials): FtpsSettings
  19. def withFtpsImplicit(value: Boolean): FtpsSettings
  20. def withHost(value: InetAddress): FtpsSettings
  21. def withKeyManager(value: KeyManager): FtpsSettings
  22. def withPassiveMode(value: Boolean): FtpsSettings
  23. def withPort(value: Int): FtpsSettings
  24. def withProxy(value: Proxy): FtpsSettings
  25. def withTrustManager(value: TrustManager): FtpsSettings
  26. def withUpdatedFtpsClient(value: Boolean): FtpsSettings