-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathorg.filezillaproject.Filezilla.metainfo.xml
66 lines (66 loc) · 2.95 KB
/
org.filezillaproject.Filezilla.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
<!-- Copyright 2016 Tim Kosse <tim.kosse@filezilla-project.org> -->
<component type="desktop-application">
<id>org.filezillaproject.Filezilla</id>
<name>FileZilla</name>
<summary>Fast and reliable FTP client</summary>
<project_license>GPL-2.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<description>
<p>FileZilla is a graphical FTP, FTPS and SFTP client. It is platform independent and supports all major desktop operating systems.</p>
<ul>
<li>Easy to use</li>
<li>Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)</li>
<li>Cross-platform. Runs on Windows, Linux, *BSD, OSX and more</li>
<li>IPv6 support</li>
<li>Available in many languages</li>
<li>Supports resume and transfer of large files >4GB</li>
<li>Powerful Site Manager and transfer queue</li>
<li>Bookmark</li>
<li>Drag and drop support</li>
<li>Configurable Speed limits</li>
<li>Filename filters</li>
<li>Directory Comparison</li>
<li>Network configuration wizard</li>
<li>The ability to use Notepad or any other program to edit a file online</li>
<li>HTTP/1.1, SOCKS5 and FTP Proxy support</li>
<li>Logging to file</li>
<li>Synchronized directory browsing</li>
<li>Remote file search</li>
</ul>
</description>
<releases>
<release version="3.66.1" date="2023-11-03"/>
<release version="3.66.0" date="2023-10-23"/>
<release version="3.65.0" date="2023-07-10"/>
<release version="3.64.0" date="2023-04-26"/>
<release version="3.63.2" date="2023-02-23"/>
<release version="3.63.1" date="2023-01-26"/>
<release version="3.63.0" date="2023-01-24"/>
<release version="3.62.2" date="2022-11-22"/>
<release version="3.62.1" date="2022-11-17"/>
<release version="3.62.0" date="2022-10-27"/>
<release version="3.61.0" date="2022-09-24"/>
<release version="3.60.2" date="2022-07-22"/>
<release version="3.60.1" date="2022-06-01"/>
<release version="3.60.0" date="2022-05-27"/>
</releases>
<url type="homepage">https://filezilla-project.org/</url>
<url type="bugtracker">https://trac.filezilla-project.org/</url>
<url type="faq">https://wiki.filezilla-project.org/FAQ</url>
<url type="help">https://filezilla-project.org/support.php</url>
<url type="translate">https://filezilla-project.org/translations.php</url>
<launchable type="desktop-id">org.filezillaproject.Filezilla.desktop</launchable>
<provides>
<id>org.filezilla-project.FileZilla</id>
<id>filezilla.desktop</id>
</provides>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/org.filezillaproject.Filezilla/master/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<update_contact>tim.kosse@filezilla-project.org</update_contact>
</component>