Concepts

Concepts used in SFTP BDK Book.

Sftp folder reference

Contains all information required to identify a folder within a storage system

Field Name
Description
Type

path

The path of the folder

text

folder_name

The name of the folder

text

type

The type of the SftpItem

text

name

The name of the item

optional[text]

Sftp file reference

Contains all information required to identify a file within a storage system

Field Name
Description
Type

path

The path of the file

text

file_name

The name of the file

text

size

The size of the file in bytes

optional[number]

extension

The file extension

optional[text]

type

The type of the SftpItem

text

name

The name of the item

optional[text]

Last updated

Was this helpful?