Project home
API overview
GitHub
npm package
Theme
System
Light
Dark
scp-next
Preparing search index...
TransferOptions
Interface TransferOptions
interface
TransferOptions
{
createDirectories
?:
boolean
;
dryRun
?:
boolean
;
onProgress
?:
(
progress
:
TransferProgress
)
=>
void
;
overwrite
?:
boolean
;
postUploadCommands
?:
string
[]
;
recursive
?:
boolean
;
timeout
?:
number
;
}
Hierarchy (
View Summary
)
TransferOptions
UploadOptions
DownloadOptions
CopyOptions
ResolvedTransferConfig
Index
Properties
create
Directories?
dry
Run?
on
Progress?
overwrite?
post
Upload
Commands?
recursive?
timeout?
Properties
Optional
create
Directories
createDirectories
?:
boolean
Optional
dry
Run
dryRun
?:
boolean
Optional
on
Progress
onProgress
?:
(
progress
:
TransferProgress
)
=>
void
Optional
overwrite
overwrite
?:
boolean
Optional
post
Upload
Commands
postUploadCommands
?:
string
[]
Remote command strings run sequentially only after a successful upload.
Optional
recursive
recursive
?:
boolean
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Directories
dry
Run
on
Progress
overwrite
post
Upload
Commands
recursive
timeout
scp-next
Loading...
Remote command strings run sequentially only after a successful upload.