

Files
Frends offers seamless integration with file systems, enabling you to effortlessly connect and automate data flows involving file operations.
Frends has tasks for performing all core file operations.
By leveraging Frends' task-based approach, you can configure and customize file integrations according to your specific requirements. Frends offers a wide range of tasks that facilitate integrations to a variety of systems and protocols.
Use cases
Below you will find typical use cases for file integrations and how they are implemented in Frends.
Create directory and a file inside of it
By using the Files CreateDirectory
task and Files Write
we can create an integration that creates a directory and saves data to disk.
Nightly directory backup
By using the schedule trigger, the Files CreateDirectory
and the Files Copy
tasks we can create an integration that creates a backup of a certain directory every night.