FtpStorage

object FtpStorage

Functions

Link copied to clipboard
fun delete(credentials: RemoteCredentialStore.Credentials, remotePath: String, isDirectory: Boolean)
Link copied to clipboard
fun download(credentials: RemoteCredentialStore.Credentials, remoteFilePath: String, destination: File)
Link copied to clipboard
Link copied to clipboard
fun mkdir(credentials: RemoteCredentialStore.Credentials, remotePath: String)
Link copied to clipboard
fun rename(credentials: RemoteCredentialStore.Credentials, oldPath: String, newPath: String)
Link copied to clipboard
fun upload(credentials: RemoteCredentialStore.Credentials, localFile: File, remoteFilePath: String)