package javadsl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait FtpApi[FtpClient, S <: RemoteFileSettings] extends AnyRef
- Annotations
- @DoNotInherit()
- class SftpApi extends FtpApi[SSHClient, SftpSettings] with SftpSourceParams
Value Members
- object Ftp extends FtpApi[FTPClient, FtpSettings] with FtpSourceParams
- object Ftps extends FtpApi[FTPSClient, FtpsSettings] with FtpsSourceParams
- object Sftp extends SftpApi