Establish secure file transfer with an SFTP connection, ensuring encrypted data exchange over SSH. After selecting 'SFTP' as the Connection type, you will be presented with a set of below fields.
- Host: The hostname or IP address of the SFTP server.
- Port: The port number used for SFTP connections, typically set to 22 by default.
- Auth Type (Password/Key): Specifies the authentication method, either password-based or key-based.
- Username: The username used to authenticate with the SFTP server.
- Password & Confirm Password: The password associated with the provided username for password-based authentication.
- Key file Upload (when auth type is selected): Allows uploading the SSH private key file for key-based authentication with the SFTP server.