Project home
API overview
GitHub
npm package
Theme
System
Light
Dark
scp-next
Preparing search index...
TransferProgress
Interface TransferProgress
interface
TransferProgress
{
completedFiles
?:
number
;
currentFile
?:
string
;
destination
:
string
;
operation
:
"upload"
|
"download"
;
percentage
?:
number
;
source
:
string
;
totalBytes
?:
number
;
totalFiles
?:
number
;
transferredBytes
:
number
;
}
Index
Properties
completed
Files?
current
File?
destination
operation
percentage?
source
total
Bytes?
total
Files?
transferred
Bytes
Properties
Optional
completed
Files
completedFiles
?:
number
Optional
current
File
currentFile
?:
string
destination
destination
:
string
operation
operation
:
"upload"
|
"download"
Optional
percentage
percentage
?:
number
source
source
:
string
Optional
total
Bytes
totalBytes
?:
number
Optional
total
Files
totalFiles
?:
number
transferred
Bytes
transferredBytes
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
Files
current
File
destination
operation
percentage
source
total
Bytes
total
Files
transferred
Bytes
scp-next
Loading...