Skip to main content

FTP Connector

It is a connector used to transfer files using File Transfer Protocol (FTP). It allows file exchange with remote servers.

Service Description

There are two component options for configuring a connector to communicate with FTP:

  • FTP Receiver Connector
  • FTP Sender Connector

FTP is an abbreviation for "File Transfer Protocol" and is a network protocol used for file transfer. It is widely used to transfer files between computers. FTP allows file transfer between a server and a client. A server is a computer where files are stored and can be accessed. The client is the computer that wants to download files from the server or upload files to the server. The client connects to the server using an FTP client, sends the necessary commands to transfer files, and can manage files on the server. The FTP connector allows integrations to connect to FTP servers and perform various file operations. These operations include management operations such as file downloading and file uploading.

Beginning

Follow these steps before starting the integration:

  • The address, username and password of the FTP server to which you want to connect are required. FTP server information can be obtained from the server provider or network administrator. Entering this information correctly is important to ensure connection.
  • You must have the necessary permissions to access the FTP server. The username and password must be correct and have access permissions determined by the server.
  • Create Basic credential for FTP in the Credential tab on the Operations page.