FtpConfiguration
class FtpConfiguration(host: String, port: Int, secure: FtpConfiguration.Secure? = null, var credentials: FtpConfiguration.Credentials? = null, var passiveMode: Boolean = false, var binary: Boolean = false)
Constructors
Link copied to clipboard
constructor(host: String, port: Int, secure: FtpConfiguration.Secure? = null, credentials: FtpConfiguration.Credentials? = null, passiveMode: Boolean = false, binary: Boolean = false)