Skip to content

Commit

Permalink
feat: 支持xftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Halo1236 committed Apr 16, 2024
1 parent 5efc8ac commit 6ceb558
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions go-client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Binary file added interface/src/renderer/assets/xftp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ceb558

Please sign in to comment.