package ftp
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
-  final class FtpAuthenticationException extends IllegalArgumentException
-   sealed abstract  class FtpCredentials extends AnyRefFTP credentials 
-   final  case class FtpFile(name: String, path: String, isDirectory: Boolean, size: Long, lastModified: Long, permissions: Set[PosixFilePermission]) extends Product with SerializableFTP remote file descriptor. FTP remote file descriptor. - name
- file name 
- path
- remote file path as viewed by the logged user. It should always start by '/' 
- isDirectory
- the descriptor is a directory 
- size
- the file size in bytes 
- lastModified
- the timestamp of the file last modification 
- permissions
- the permissions of the file 
 
-   sealed abstract  class FtpFileSettings extends RemoteFileSettingsCommon settings for FTP and FTPs. Common settings for FTP and FTPs. - Annotations
- @DoNotInherit()
 
-   final  class FtpSettings extends FtpFileSettingsFTP settings 
-   final  class FtpsSettings extends FtpFileSettingsFTPs settings 
-   final  class KeyFileSftpIdentity extends SftpIdentitySFTP identity for authenticating using private/public key file 
-   final  class RawKeySftpIdentity extends SftpIdentitySFTP identity for authenticating using private/public key value 
-   sealed abstract  class RemoteFileSettings extends AnyRefCommon remote file settings. Common remote file settings. - Annotations
- @DoNotInherit()
 
-   sealed abstract  class SftpIdentity extends AnyRefSFTP identity details 
-   final  class SftpSettings extends RemoteFileSettingsSFTP settings 
Value Members
-    object FtpCredentialsFTP credentials factory 
-    object FtpSettingsFTP settings factory 
-    object FtpsSettingsFTPs settings factory 
-    object SftpIdentitySFTP identity factory 
-    object SftpSettingsSFTP settings factory