Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BrowserTransfer

Hierarchy

  • BrowserTransfer

Index

Properties

bytes_expected

bytes_expected: number

The number of bytes expected to be written to storage for this transfer

bytes_written

bytes_written: number

The number of bytes written to storage for this transfer

calculated_rate_kbps

calculated_rate_kbps: number

The current calculated rate of the fasp transfer

current_file

current_file: string

The name of the current file being transferred

elapsed_usec

elapsed_usec: number

The time the transfer has been running in microseconds

end_time

end_time: string

ISO date string when transfer finished (empty string if not finished)

error_code

error_code: number

The transfer error code (SSH or HTTP) if the status is error

error_desc

error_desc: string

The transfer error description if the status is error

explorer_path

explorer_path: string

The path opened in Explorer/Finder when user clicks 'Open Containing Folder' in the browser application

file_counts

file_counts: { attempted: number; completed: number; failed: number; skipped: number }

The count of files being transferred

Type declaration

  • attempted: number

    Number of files attempted

  • completed: number

    Number of files completed

  • failed: number

    Number of files failed

  • skipped: number

    Number of files skipped

percentage

percentage: number

The percentage of the transfer 0 - 1 (0.6 = 60%)

status

The status of the transfer

title

title: string

The title of the transfer

transfer_spec

transfer_spec: TransferSpec

The transferSpec that started the transfer (secrets redacted)

uuid

uuid: string

The ID of the transfer