RemotePath

object RemotePath

Types

Link copied to clipboard
data class Parsed(val scheme: String, val host: String, val username: String, val port: Int, val remotePath: String, val connectionId: String? = null)

Properties

Link copied to clipboard
const val FTP_SCHEME: String
Link copied to clipboard
const val SFTP_SCHEME: String
Link copied to clipboard

Functions

Link copied to clipboard
fun build(scheme: String, host: String, username: String, remotePath: String, isDirectory: Boolean, connectionId: String? = null): String
Link copied to clipboard
fun isRemote(path: String): Boolean
Link copied to clipboard
Link copied to clipboard
fun root(protocol: String, host: String, username: String, remotePath: String = "/", connectionId: String? = null): String