Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Copy File
sftp:copy_file
Copy a file to a new location on the SFTP server.
Write
Medium risk
Create Directory
sftp:create_directory
Create a new directory on the SFTP server.
Write
Medium risk
Delete File
sftp:delete_file
Delete a file from the SFTP server.
Write
High risk
Get Disk Usage
sftp:get_disk_usage
Get disk usage statistics for a directory or entire account.
Read
Low risk
Get File
sftp:get_file
Get file metadata and optionally content by file path.
Read
Low risk
Get Permissions
sftp:get_permissions
Get detailed permissions and ownership information for a file or directory.
Read
Low risk
List Files
sftp:list_files
List files and directories in a specified path.
Read
Low risk
Move File
sftp:move_file
Move or rename a file on the SFTP server.
Write
Medium risk
Set Permissions
sftp:set_permissions
Set permissions on a file or directory.
Write
Medium risk
Upload File
sftp:upload_file
Upload a file to the SFTP server with base64 content.
Write
Medium risk