SFTP
Frends offers seamless integration with SFTP, enabling you to effortlessly connect and automate data flows between your systems and SFTP servers.
Frends has tasks for performing all core SFTP operations.
By leveraging Frends' task-based approach, you can configure and customize SFTP 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 SFTP integrations and how they are implemented in Frends.
Upload files to SFTP
By using the SFTP UploadFiles task we can create an integration that sends a batch of files to an SFTP server.
Downloading files nightly and saving them to a designated directory
By using schedule trigger and the SFTP DownloadFiles task we can create an integration that downloads files every night into a designated directory.
Compatibility Note
Latest versions of SFTP tasks are not compatible with .NET standard 2.0 and .NET Framework 4.7 in some specific scenarios, due to SSH.NET package dependencies that are not resolved properly in .NET ecosystem. If you encounter an issue related to package System.Numerics.Vectors, Version=4.1.4.0 please use older version of the task.
Latest versions of tasks without upgraded SSH.NET:
- Frends.SFTP.DeleteFiles v2.3.0
- Frends.SFTP.DownloadFiles v2.18.0
- Frends.SFTP.ListFiles v2.7.0
- Frends.SFTP.MoveFiles v1.5.0
- Frends.SFTP.ReadFile v2.4.0
- Frends.SFTP.RenameFile v2.3.0
- Frends.SFTP.UploadFiles v2.14.0
- Frends.SFTP.WriteFile v2.6.0