Packages

final class SftpSettings extends RemoteFileSettings

SFTP settings

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SftpSettings
  2. RemoteFileSettings
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val credentials: FtpCredentials
    Definition Classes
    SftpSettingsRemoteFileSettings
  2. val host: InetAddress
    Definition Classes
    SftpSettingsRemoteFileSettings
  3. val knownHosts: Option[String]
  4. val maxUnconfirmedReads: Int
  5. val port: Int
    Definition Classes
    SftpSettingsRemoteFileSettings
  6. val proxy: Option[Proxy]
  7. val sftpIdentity: Option[SftpIdentity]
  8. val strictHostKeyChecking: Boolean
  9. def toString(): String
    Definition Classes
    SftpSettings → AnyRef → Any
  10. def withCredentials(value: FtpCredentials): SftpSettings
  11. def withHost(value: InetAddress): SftpSettings
  12. def withKnownHosts(value: String): SftpSettings
  13. def withMaxUnconfirmedReads(value: Int): SftpSettings
  14. def withPort(value: Int): SftpSettings
  15. def withProxy(value: Proxy): SftpSettings
  16. def withSftpIdentity(value: SftpIdentity): SftpSettings
  17. def withStrictHostKeyChecking(value: Boolean): SftpSettings