diff --git a/go-client/config.json b/go-client/config.json index 608cf1f..36ff568 100644 --- a/go-client/config.json +++ b/go-client/config.json @@ -142,6 +142,25 @@ "is_internal": false, "is_default": false, "is_set": false + }, + { + "name": "xftp", + "display_name": "Xftp", + "protocol": [ + "sftp" + ], + "comment": { + "zh": "Xftp是一个功能强大的SFTP、FTP 文件传输软件。", + "en": "Xftp is a powerful SFTP and FTP file transfer software." + }, + "download_url": "https://www.xshell.com/zh/xftp-download/", + "type": "linux", + "path": "", + "arg_format": "-newwin {protocol}://{username}:{value}@{host}:{port}", + "match_first": [], + "is_internal": false, + "is_default": false, + "is_set": false } ], "databases": [ diff --git a/interface/src/renderer/assets/xftp.png b/interface/src/renderer/assets/xftp.png new file mode 100644 index 0000000..da11a5e Binary files /dev/null and b/interface/src/renderer/assets/xftp.png differ