Project home
API overview
GitHub
npm package
Theme
System
Light
Dark
scp-next
Preparing search index...
ScpServerOptions
Interface ScpServerOptions
interface
ScpServerOptions
{
agent
?:
string
;
host
?:
string
;
hostFingerprint
?:
string
;
knownHostsFile
?:
string
;
passphrase
?:
string
;
password
?:
string
;
port
?:
number
;
privateKey
?:
string
|
Buffer
<
ArrayBufferLike
>
;
privateKeyFile
?:
string
;
timeout
?:
number
;
username
?:
string
;
}
Hierarchy (
View Summary
)
ScpServerOptions
UploadOptions
DownloadOptions
CopyOptions
ResolvedTransferConfig
Index
Properties
agent?
host?
host
Fingerprint?
known
Hosts
File?
passphrase?
password?
port?
private
Key?
private
Key
File?
timeout?
username?
Properties
Optional
agent
agent
?:
string
Optional
host
host
?:
string
Optional
host
Fingerprint
hostFingerprint
?:
string
Optional
known
Hosts
File
knownHostsFile
?:
string
Optional
passphrase
passphrase
?:
string
Optional
password
password
?:
string
Optional
port
port
?:
number
Optional
private
Key
privateKey
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
private
Key
File
privateKeyFile
?:
string
Optional
timeout
timeout
?:
number
Optional
username
username
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
host
host
Fingerprint
known
Hosts
File
passphrase
password
port
private
Key
private
Key
File
timeout
username
scp-next
Loading...