FTP/FTPS targets
TThe FTP/FTPS target in Buddy allows you to establish a connection with a server to transfer files using the FTP protocol or its secure version – FTPS (FTP with TLS/SSL). This makes it easy to configure the connection once and reuse it across multiple projects without needing to reconfigure it each time.
Adding a new target
To add new target, navigate to the Targets tab where you'll find all the globally defined connections.
Image loading...
Click the New target button and select FTP from the dropdown menu.
Image loading...
FTP/FTPS target configuration
Configuration menu will show up:
Image loading...
You have to fill in the required fields:
- Name - The target name generates a unique ID for identification, which can be manually edited to fit your workflow.
- Scope - Specifies which pipelines have access to the target.
- Address & port - Provide the FTP/FTPS server address and port. The address can be a domain name (e.g.,
ftp.example.com
) or an IP address (e.g.,192.168.1.1
). If the default port is used, it can be omitted. - Username i Password - Login details.
- Target Path - Specify the target directory path on the server where operations will be performed.
Fields like Address
, Username
, Password
, and Target Path
can use custom variables. These variables can be defined at the workspace, project, or pipeline level.
TLS/SSL (FTPS)
If using FTPS, the Use TLS/SSL option in the Options section is enabled by default. For standard FTP, you can disable this option.
Testing targets
Before saving the target, it's recommended to test the connection. This option helps verify if the entered details are correct and the server is reachable.
If issues occur, ensure the address, login credentials, and port configuration are correct. If problems persist, consider adding our IP addresses to the server's whitelist.
Last modified on Dec 19, 2024