Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FtpApi[FtpClient, S <: RemoteFileSettings] extends AnyRef
    Annotations
    @DoNotInherit()
  2. class SftpApi extends FtpApi[SSHClient, SftpSettings] with SftpSourceParams

Value Members

  1. object Ftp extends FtpApi[FTPClient, FtpSettings] with FtpSourceParams
  2. object Ftps extends FtpApi[FTPSClient, FtpsSettings] with FtpsSourceParams
  3. object Sftp extends SftpApi

Ungrouped