属性定义

  • 数据源类型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协议时,必填。

认证选项,取值:passwordAuthauthTypeSshKey。

username

String

xxxxx

用户名。

password

String

xxxxx

密码。

protocolSFTP时,认证选项是passwordAuth时必填。

protocolFTPFTPS时,必填。

sshKeyFile

String

1

认证文件ID,认证选项是authTypeSshKey时必填。

数据源配置示例

连接串模式

{
  "host": "127.0.0.1",
  "port": "5432",
  "protocol": "sftp",
  "securityProtocol":"passwordAuth",
  "username": "xxxxx",
  "password": "xxxxx",
  "envType": "Dev"
}