属性定义
数据源类型type为:ftp
支持的配置模式(ConnectionPropertiesMode):UrlMode(连接串模式)
连接串模式
名称 | 类型 | 示例值 | 是否必填 | 描述和注意点 |
protocol | String | ftp | 是 | 协议类型,取值为ftp或sftp或ftps。 |
host | String | 10.0.0.1 | 是 | 主机地址。 |
port | String | 22 | 是 | 端口号。 |
baseDir | String | /root/ | 否 | 基础路径。 |
securityProtocol | String | passwordAuth | 否 | 当使用sftp协议时,必填。 认证选项,取值:passwordAuth、authTypeSshKey。 |
username | String | xxxxx | 是 | 用户名。 |
password | String | xxxxx | 否 | 密码。 protocol为SFTP时,认证选项是passwordAuth时必填。 protocol为FTP或FTPS时,必填。 |
sshKeyFile | String | 1 | 否 | 认证文件ID,认证选项是authTypeSshKey时必填。 |
数据源配置示例
连接串模式
{
"host": "127.0.0.1",
"port": "5432",
"protocol": "sftp",
"securityProtocol":"passwordAuth",
"username": "xxxxx",
"password": "xxxxx",
"envType": "Dev"
}
文档内容是否对您有帮助?