mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
25 lines
557 B
XML
25 lines
557 B
XML
<termora-plugin>
|
|
|
|
<id>ftp</id>
|
|
|
|
<name>FTP</name>
|
|
|
|
<paid/>
|
|
|
|
<version>${projectVersion}</version>
|
|
|
|
<termora-version since=">=${rootProjectVersion}" until=""/>
|
|
|
|
<entry>app.termora.plugins.ftp.FTPPlugin</entry>
|
|
|
|
<descriptions>
|
|
<description>Connecting to FTP</description>
|
|
<description language="zh_CN">支持连接到 FTP</description>
|
|
<description language="zh_TW">支援連接到 FTP</description>
|
|
</descriptions>
|
|
|
|
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
|
|
|
|
|
</termora-plugin>
|