send-file-start-test-server 接口
对服务器进行上传测试,测试过程中可以调用 send-file-stop-test-server 接口进行取消,目前仅支持 FTP/SFTP 服务器上传测试。
请求方式
GET http://ip/usapi?method=send-file-start-test-server&type=xxx&net-mode=1&...
参数 | 说明 |
---|---|
method | 方法名称:send-file-start-test-server |
type | 服务器类型 0: FTP/SFTP 1: Google Drive 2: Dropbox 3: YouTube |
net-mode | 网络优先级 0: 移动宽带优先 1: 有线网络优先 2: 无线网络优先 |
FTP/SFTP 上传参数 | |
proto | 协议类型 0: FTP 1: SFTP |
url | 服务器地址 |
port | 服务器端口 |
dir-name | 目录名称 |
encryption | FTP 加密类型 0: 只使用明文 FTP 1: 要求显式的 FTP over TLS 2: 要求隐式的 FTP over TLS |
login-type | 登录类型 0: 匿名 1: 正常 |
user-name | 用户名 |
passwd | 密码 |
mode | 传输模式 0: 主动 1: 被动 |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |