videosphere
Preparing search index...
app/(dashboard)/profile/connections/SftpConnectButton
SftpExistingConnection
Interface SftpExistingConnection
Non-secret SFTP settings used to prefill the connect/edit form.
interface
SftpExistingConnection
{
host
:
string
;
port
:
number
;
username
:
string
;
remotePath
:
string
;
authMethod
:
SftpAuthMethod
;
label
:
string
;
}
Index
Properties
host
port
username
remote
Path
auth
Method
label
Properties
host
host
:
string
port
port
:
number
username
username
:
string
remote
Path
remotePath
:
string
auth
Method
authMethod
:
SftpAuthMethod
label
label
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
host
port
username
remote
Path
auth
Method
label
videosphere
Loading...
Non-secret SFTP settings used to prefill the connect/edit form.