Class ServiceConfig.Sftp

java.lang.Object
org.apache.opendal.ServiceConfig.Sftp
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.Sftp extends Object implements ServiceConfig
Configuration for service sftp.
  • Field Details

    • endpoint

      public final String endpoint

      endpoint of this backend

    • root

      public final String root

      root of this backend

    • user

      public final String user

      user of this backend

    • key

      public final String key

      key of this backend

    • knownHostsStrategy

      public final String knownHostsStrategy

      known_hosts_strategy of this backend

    • enableCopy

      public final Boolean enableCopy

      enable_copy of this backend

  • Constructor Details

    • Sftp

      public Sftp()
  • Method Details