Secure File Manager
Toggle table of contents
0.1.9-beta
release
Target filter
release
Switch theme
Search in API
Skip to content
Secure File Manager
app
/
ltechnologies.onionphone.securefilemanager.storage
/
RemotePath
Remote
Path
object
RemotePath
Members
Types
Parsed
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
FTP_
SCHEME
Link copied to clipboard
const
val
FTP_SCHEME
:
String
SFTP_
SCHEME
Link copied to clipboard
const
val
SFTP_SCHEME
:
String
WEBDAV_
SCHEME
Link copied to clipboard
const
val
WEBDAV_SCHEME
:
String
Functions
build
Link copied to clipboard
fun
build
(
scheme
:
String
,
host
:
String
,
username
:
String
,
remotePath
:
String
,
isDirectory
:
Boolean
,
connectionId
:
String
?
=
null
)
:
String
is
Remote
Link copied to clipboard
fun
isRemote
(
path
:
String
)
:
Boolean
parse
Link copied to clipboard
fun
parse
(
path
:
String
)
:
RemotePath.Parsed
?
root
Link copied to clipboard
fun
root
(
protocol
:
String
,
host
:
String
,
username
:
String
,
remotePath
:
String
=
"/"
,
connectionId
:
String
?
=
null
)
:
String