Files.com
Managed file transfer platform for files, folders, users, groups, permissions, automations, and shares.
Covers managed file transfer activity across files, folders, users, groups, permissions, automations, and shares.
Sign in to connect Files.com
Sign in to connect an account and start using Files.com in your apps.
Example Use Cases
These are example ways Snow can use Files.com when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to delete an API key. Use when you need to revoke an API key after confirming its identifier.
Removes a permission grant that allows a user or group to access a specific file or folder path on Files.com. A permission ID can be obtained from the LIST_PERMISSIONS action. Use this tool when you need to revoke access that was previously granted to a user or group for a specific resource. Note: Requires administrative permissions on the Files.com site.
Delete a specified share link (bundle) on Files.com. This operation is idempotent - it succeeds even if the share link has already been deleted or doesn't exist. Use this to revoke public access to shared files/folders when you have the share ID.
Tool to generate a temporary key for file uploads by uploading the file to Files.com. Useful when you need to host a local file temporarily before importing or sharing.
Lists folders in Files.com with optional filtering, sorting, and pagination. Returns a paginated list of folders with metadata. Useful for browsing folder structure, finding specific folders by name, or retrieving folders under a specific parent.
Retrieves a paginated list of all groups from Files.com. Groups are used to organize users and manage permissions collectively. Use this action to discover available groups, check group membership, or before performing group-based permission operations. Returns group details including IDs, names, member lists, and access permissions (FTP, SFTP, WebDAV, REST API).
Retrieve permissions for a specified path on Files.com. Use when you need to inspect who has access and what level for a given file or folder path.