SecureFtpSettings

zio.ftp.SecureFtpSettings
See theSecureFtpSettings companion object
final case class SecureFtpSettings(host: String, port: Int, credentials: FtpCredentials, sftpIdentity: Option[SftpIdentity], strictHostKeyChecking: Boolean, knownHosts: Option[String], proxy: Option[Proxy], sshConfig: Config)

Settings to connect to a secure Ftp server (Ftp over ssh)

Value parameters

credentials

auth credentials

host

hostname of ftp server (ipAddress / dnsName)

knownHosts

known hosts file to be used when connecting

port

port of communication used by the server

sftpIdentity

private/public key config to use when connecting

sshConfig

configuration of ssh client

strictHostKeyChecking

sets whether to use strict host key checking.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product