Project home
API overview
GitHub
npm package
Theme
System
Light
Dark
scp-next
Preparing search index...
TransferJob
Interface TransferJob
interface
TransferJob
{
createDirectories
?:
boolean
;
destination
:
string
;
dryRun
?:
boolean
;
operation
:
TransferOperation
;
overwrite
?:
boolean
;
postUploadCommands
?:
string
[]
;
profile
?:
string
;
recursive
?:
boolean
;
source
:
string
;
timeout
?:
number
;
}
Index
Properties
create
Directories?
destination
dry
Run?
operation
overwrite?
post
Upload
Commands?
profile?
recursive?
source
timeout?
Properties
Optional
create
Directories
createDirectories
?:
boolean
destination
destination
:
string
Optional
dry
Run
dryRun
?:
boolean
operation
operation
:
TransferOperation
Optional
overwrite
overwrite
?:
boolean
Optional
post
Upload
Commands
postUploadCommands
?:
string
[]
Optional
profile
profile
?:
string
Optional
recursive
recursive
?:
boolean
source
source
:
string
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Directories
destination
dry
Run
operation
overwrite
post
Upload
Commands
profile
recursive
source
timeout
scp-next
Loading...