Skip to main content

DataSource SFTP

The SFTP DataSource grants access to files and directories housed within an SFTP server. It proficiently handles file transfers using the Secure File Transfer Protocol (SFTP), showcasing the following key features:

  1. Reading files or generating directory contents upon request.
  2. Supporting common SFTP operations: directory creation, file copying, moving, renaming, and deletion.
  3. Enabling file locking functionality.
  4. Providing capabilities for file matching.
  5. Maintaining a design that aligns with the File DataSource and FTP DataSource.

Engaging in Practical Implementation

Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working

  1. Click On the Connection Properties
  2. Select the DataSource Type from drop down
  3. Provide the Credentials
  4. Click on Submit to save the Credentials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
SFTP configuration
FieldsDescriptionExample
DataSource NameDatasource Name which is configured in connections propertiessftpcall
DataSource TypeSFTPSFTP
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev
HostA hostname is a domain name assigned to a host computer<server-host>
Connection TimeoutThe maximum amount of time the client or server will wait for a response from the other side before terminating the connection60000 (ms)
PortA port is a virtual point where network connections start and end.22
User NameA name that uses for identification purposes when logging <server-username>
PasswordA password is a string of characters used to verify the identity of a user during the authentication process<server-password>