forked from flathub/net.sourceforge.fspclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetainfo.xml
34 lines (34 loc) · 1.29 KB
/
metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>net.sourceforge.fspclient</id>
<name>FSP Client</name>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<summary>FTP-like interface for FSP</summary>
<url type="homepage">http://fspclient.sourceforge.net/</url>
<description><p>
FSPClient is console application for transferring file using FSP protocol.
Its user interface interface is modelled like classic Unix ftp client.
It feels like FTP but uses FSP.
FSP is UDP based protocol for transferring files around.</p>
</description>
<content_rating type="oars-1.0" />
<developer_name>Radim Kolar</developer_name>
<update_contact>[email protected]</update_contact>
<categories>
<category>Network</category>
<category>FileTransfer</category>
</categories>
<screenshots>
<screenshot type="default">
<caption>FSP Client</caption>
<image>https://sourceforge.net/p/fspclient/screenshot/fspclient.png</image>
</screenshot>
</screenshots>
<provides>
<binary>fsp</binary>
</provides>
<releases>
<release date="2019-08-16" version="0.93.1" />
</releases>
</component>