@tikoci/centrs
Preparing search index...
TransferOperationMeta
Interface TransferOperationMeta
interface
TransferOperationMeta
{
auth
:
{
passwordProvided
:
boolean
;
username
?:
string
}
;
method
:
"rest"
|
"native"
|
"sftp"
|
"scp"
|
"fetch"
|
"ftp"
;
op
:
"remove"
|
"list"
|
"mkdir"
|
"upload"
|
"download"
|
"copy"
;
request
:
{
force
:
boolean
;
format
:
"text"
|
"json"
|
"yaml"
;
local
:
string
|
null
;
remote
:
string
|
null
;
validate
:
boolean
;
verb
:
"remove"
|
"list"
|
"mkdir"
|
"upload"
|
"download"
|
"copy"
;
verify
:
"size"
|
"off"
|
"checksum"
;
}
;
}
Index
Properties
auth
method
op
request
Properties
auth
auth
:
{
passwordProvided
:
boolean
;
username
?:
string
}
method
method
:
"rest"
|
"native"
|
"sftp"
|
"scp"
|
"fetch"
|
"ftp"
op
op
:
"remove"
|
"list"
|
"mkdir"
|
"upload"
|
"download"
|
"copy"
request
request
:
{
force
:
boolean
;
format
:
"text"
|
"json"
|
"yaml"
;
local
:
string
|
null
;
remote
:
string
|
null
;
validate
:
boolean
;
verb
:
"remove"
|
"list"
|
"mkdir"
|
"upload"
|
"download"
|
"copy"
;
verify
:
"size"
|
"off"
|
"checksum"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
method
op
request
@tikoci/centrs
Loading...