SFTP Client / Viewer

NO IMAGE

  Home > User guide > BOT > How to use the BOT editor > Extention> SFTP Client > SFTP Client / Viewer

App overview

Display a table listing the files on the SFTP server.

Extended Feature URLcbot-extension://cloud-bot:sftp:view:1
ProviderCloud BOT official
External communicationNone
Version1

Screen description

Input screen

List display options

Host

Specify the hostname or IP address of the SFTP server.

Port

Specify the port number.

Username

Specify the username for the SFTP server to access.

Authentication methods

Specify the authentication method.

Password methods : Authenticate using a password.
Public key authentication : Authenticate using public key authentication.

Password

Specify the password for the SFTP to access.

Private key

Displayed when "Public key authentication" is selected as the authentication method.
Specify the private key file.

Remote directory path

Specify the path of the remote directory to display the list.

Output file type

Select the file type for displaying the table information.

Sort item

Specify the sorting items.

name : Sort by name.
Size : Sort by file data size.
Type : Sort by file type.
Last modified : Sort by modified time.
Permissions : Sort by permission.
User ID : Sort by user ID.
Group ID : Sort by group ID.

Sort order

Choose whether to sort the retrieved items in ascending or descending order.

Filter method

Specify how to filter the items.

Do not use regular expression : You can use wildcards for sorting criteria.
*For more information on wildcards, click here
Use regular expression : You can use regular expressions for sorting criteria.
*For more information on regular expressions, click here

Filter pattern

Specify the filter pattern.

Number of displays

Specify the number of items to display.

Communication pathway

Communication pathway
Select the communication pathway.
* Click here to learn more about REST API communication pathway.

Result screen

Displays a table listing the files on the SFTP server.

The results will be displayed.

  • Name : The name of the file.
  • File size (byte) : The data size of the file in bytes.
  • Typle : The type of the file.
  • Last modified : The last updated timestamp of the file.
  • Permissions : Access rights to files and folders.
  • User ID : The user ID of the file or folder.
  • Group ID : The ID of the group to which the user belongs.