final class SftpSettings extends RemoteFileSettings
Ordering
- Alphabetic
- By Inheritance
Inherited
- SftpSettings
- RemoteFileSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val credentials: FtpCredentials
- Definition Classes
- SftpSettings → RemoteFileSettings
- val host: InetAddress
- Definition Classes
- SftpSettings → RemoteFileSettings
- val knownHosts: Option[String]
- val maxUnconfirmedReads: Int
- val port: Int
- Definition Classes
- SftpSettings → RemoteFileSettings
- val proxy: Option[Proxy]
- val sftpIdentity: Option[SftpIdentity]
- val strictHostKeyChecking: Boolean
- def toString(): String
- Definition Classes
- SftpSettings → AnyRef → Any
- def withCredentials(value: FtpCredentials): SftpSettings
- def withHost(value: InetAddress): SftpSettings
- def withKnownHosts(value: String): SftpSettings
- def withMaxUnconfirmedReads(value: Int): SftpSettings
- def withPort(value: Int): SftpSettings
- def withProxy(value: Proxy): SftpSettings
- def withSftpIdentity(value: SftpIdentity): SftpSettings
- def withStrictHostKeyChecking(value: Boolean): SftpSettings