final class FtpSettings extends FtpFileSettings
Ordering
- Alphabetic
- By Inheritance
Inherited
- FtpSettings
- FtpFileSettings
- RemoteFileSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val autodetectUTF8: Boolean
- val binary: Boolean
- Definition Classes
- FtpSettings → FtpFileSettings
- val configureConnection: (FTPClient) => Unit
- val credentials: FtpCredentials
- Definition Classes
- FtpSettings → RemoteFileSettings
- val host: InetAddress
- Definition Classes
- FtpSettings → RemoteFileSettings
- val passiveMode: Boolean
- Definition Classes
- FtpSettings → FtpFileSettings
- val port: Int
- Definition Classes
- FtpSettings → RemoteFileSettings
- val proxy: Option[Proxy]
- def toString(): String
- Definition Classes
- FtpSettings → AnyRef → Any
- def withAutodetectUTF8(value: Boolean): FtpSettings
- def withBinary(value: Boolean): FtpSettings
- def withConfigureConnection(value: (FTPClient) => Unit): FtpSettings
Scala API: Sets the configure connection callback.
- def withConfigureConnectionConsumer(configureConnection: Consumer[FTPClient]): FtpSettings
Java API: Sets the configure connection callback.
- def withCredentials(value: FtpCredentials): FtpSettings
- def withHost(value: InetAddress): FtpSettings
- def withPassiveMode(value: Boolean): FtpSettings
- def withPort(value: Int): FtpSettings
- def withProxy(value: Proxy): FtpSettings