Skip to content

Commit 96e06f0

Browse files
author
filecxx
committed
commit
1 parent c35fd84 commit 96e06f0

34 files changed

+181
-99
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Browser extension screenshots
179179
* File browser persistent caches 2.0
180180
* Site rules 2.1
181181
* Checksum tool 2.3
182+
* Remote download 2.6
182183

183184
## Language files
184185
* Website: "lang/website/*.lang"

en_US/download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ <h2>Download</h2>
4747
<div class="detail_">
4848
<div class="version_">
4949
Latest version:
50-
<b>2.5</b>
51-
<span style="color: green">(2022.08.14)</span>
50+
<b>2.6</b>
51+
<span style="color: green">(2022.08.21)</span>
5252
<span> - </span>
5353
<a href="update_log.html">Update log</a>
5454
</div>
@@ -60,13 +60,13 @@ <h2>Download</h2>
6060
<div class="platforms_">
6161
<div class="platform_">
6262
<h4>Windows x64 (>= Windows vista)</h4>
63-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_win_x64.zip">Download link1</a>
63+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_win_x64.zip">Download link1</a>
6464
<a class="button" href="../release/filecxx_latest_win_x64.zip">Download link2</a>
6565
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
6666
</div>
6767
<div class="platform_">
6868
<h4>Linux x64 (No glibc dependency)</h4>
69-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_linux_x64.zip">Download link1</a>
69+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_linux_x64.zip">Download link1</a>
7070
<a class="button" href="../release/filecxx_latest_linux_x64.zip">Download link2</a>
7171
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
7272
</div>
@@ -80,19 +80,19 @@ <h4>Customize</h4>
8080
</div>
8181

8282
<div class="platform_">
83-
<h4>Firefox extension 1.6</h4>
83+
<h4>Firefox extension 1.70</h4>
8484
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/firefox.xpi">Download link1</a>
8585
<a class="button" href="../release/firefox.xpi">Download link2</a>
8686
<a class="button" href="https://addons.mozilla.org/firefox/addon/filecxx/" target="_blank">Online install</a>
8787
</div>
8888
<div class="platform_">
89-
<h4>Microsoft Edge 1.6</h4>
89+
<h4>Microsoft Edge 1.70</h4>
9090
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
9191
<a class="button" href="../release/chrome.zip">Download link2</a>
9292
<a class="button" href="https://microsoftedge.microsoft.com/addons/detail/jeekmibdibcjeihbjnjgbegjalfelhon" target="_blank">Online install</a>
9393
</div>
9494
<div class="platform_">
95-
<h4>Chrome extension 1.6</h4>
95+
<h4>Chrome extension 1.70</h4>
9696
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
9797
<a class="button" href="../release/chrome.zip">Download link2</a>
9898
<a class="button disabled" href="#">Online install</a>

en_US/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ <h2>Download</h2>
7070
<div class="detail_">
7171
<div class="version_">
7272
Latest version:
73-
<b>2.5</b>
74-
<span style="color: green">(2022.08.14)</span>
73+
<b>2.6</b>
74+
<span style="color: green">(2022.08.21)</span>
7575
<span> - </span>
7676
<a href="update_log.html">Update log</a>
7777
</div>
@@ -83,13 +83,13 @@ <h2>Download</h2>
8383
<div class="platforms_">
8484
<div class="platform_">
8585
<h4>Windows x64 (>= Windows vista)</h4>
86-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_win_x64.zip">Download link1</a>
86+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_win_x64.zip">Download link1</a>
8787
<a class="button" href="../release/filecxx_latest_win_x64.zip">Download link2</a>
8888
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
8989
</div>
9090
<div class="platform_">
9191
<h4>Linux x64 (No glibc dependency)</h4>
92-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_linux_x64.zip">Download link1</a>
92+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_linux_x64.zip">Download link1</a>
9393
<a class="button" href="../release/filecxx_latest_linux_x64.zip">Download link2</a>
9494
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
9595
</div>
@@ -103,19 +103,19 @@ <h4>Customize</h4>
103103
</div>
104104

105105
<div class="platform_">
106-
<h4>Firefox extension 1.6</h4>
106+
<h4>Firefox extension 1.70</h4>
107107
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/firefox.xpi">Download link1</a>
108108
<a class="button" href="../release/firefox.xpi">Download link2</a>
109109
<a class="button" href="https://addons.mozilla.org/firefox/addon/filecxx/" target="_blank">Online install</a>
110110
</div>
111111
<div class="platform_">
112-
<h4>Microsoft Edge 1.6</h4>
112+
<h4>Microsoft Edge 1.70</h4>
113113
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
114114
<a class="button" href="../release/chrome.zip">Download link2</a>
115115
<a class="button" href="https://microsoftedge.microsoft.com/addons/detail/jeekmibdibcjeihbjnjgbegjalfelhon" target="_blank">Online install</a>
116116
</div>
117117
<div class="platform_">
118-
<h4>Chrome extension 1.6</h4>
118+
<h4>Chrome extension 1.70</h4>
119119
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
120120
<a class="button" href="../release/chrome.zip">Download link2</a>
121121
<a class="button disabled" href="#">Online install</a>
@@ -212,6 +212,7 @@ <h2 style="display: inline-block;text-align: left">Features</h2>
212212
<tr><td>File browser persistent caches</td><td>2.0</td></tr>
213213
<tr><td>Site rules</td><td>2.1</td></tr>
214214
<tr><td>Checksum tool</td><td>2.3</td></tr>
215+
<tr><td>Remote download</td><td>2.6</td></tr>
215216
</tbody>
216217
</table>
217218
</div>

en_US/tpl/tpl_download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ <h2>Download</h2>
33
<div class="detail_">
44
<div class="version_">
55
Latest version:
6-
<b>2.5</b>
7-
<span style="color: green">(2022.08.14)</span>
6+
<b>2.6</b>
7+
<span style="color: green">(2022.08.21)</span>
88
<span> - </span>
99
<a href="update_log.html">Update log</a>
1010
</div>
@@ -16,13 +16,13 @@ <h2>Download</h2>
1616
<div class="platforms_">
1717
<div class="platform_">
1818
<h4>Windows x64 (>= Windows vista)</h4>
19-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_win_x64.zip">Download link1</a>
19+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_win_x64.zip">Download link1</a>
2020
<a class="button" href="../release/filecxx_latest_win_x64.zip">Download link2</a>
2121
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
2222
</div>
2323
<div class="platform_">
2424
<h4>Linux x64 (No glibc dependency)</h4>
25-
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_linux_x64.zip">Download link1</a>
25+
<a class="button" href="https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_linux_x64.zip">Download link1</a>
2626
<a class="button" href="../release/filecxx_latest_linux_x64.zip">Download link2</a>
2727
<a class="button" href="https://sourceforge.net/projects/filecentipede/files/">Download link3</a>
2828
</div>
@@ -36,19 +36,19 @@ <h4>Customize</h4>
3636
</div>
3737

3838
<div class="platform_">
39-
<h4>Firefox extension 1.6</h4>
39+
<h4>Firefox extension 1.70</h4>
4040
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/firefox.xpi">Download link1</a>
4141
<a class="button" href="../release/firefox.xpi">Download link2</a>
4242
<a class="button" href="https://addons.mozilla.org/firefox/addon/filecxx/" target="_blank">Online install</a>
4343
</div>
4444
<div class="platform_">
45-
<h4>Microsoft Edge 1.6</h4>
45+
<h4>Microsoft Edge 1.70</h4>
4646
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
4747
<a class="button" href="../release/chrome.zip">Download link2</a>
4848
<a class="button" href="https://microsoftedge.microsoft.com/addons/detail/jeekmibdibcjeihbjnjgbegjalfelhon" target="_blank">Online install</a>
4949
</div>
5050
<div class="platform_">
51-
<h4>Chrome extension 1.6</h4>
51+
<h4>Chrome extension 1.70</h4>
5252
<a class="button" href="https://github.com/filecxx/FileCentipede/raw/main/release/chrome.zip">Download link1</a>
5353
<a class="button" href="../release/chrome.zip">Download link2</a>
5454
<a class="button disabled" href="#">Online install</a>

en_US/update_log.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ <h1><a href="http://filecxx.com">File Centipede</a></h1>
5252
<h1>Update log</h1>
5353
</div>
5454

55+
<div class="section">
56+
<h3>2.6 (uptime: 2022.08.21)</h3>
57+
<h4>New:</h4>
58+
<p>Remote download manager (NativeUI, not WebUI)</p>
59+
<p>File browser: copy file URL, path</p>
60+
<p>Command line: service_port, service_password, remote_access</p>
61+
<p>Browser extensions up to 1.7</p>
62+
63+
<h4>Fixed:</h4>
64+
<p>Cannot save options from the software's update dialog.</p>
65+
<p>filec crashes when deleting an SSH or FTP directory and then canceling it.</p>
66+
67+
</div>
68+
5569
<div class="section">
5670
<h3>2.5 (uptime: 2022.08.13)</h3>
5771
<h4>New:</h4>

lang/website/en_US.lang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,5 @@ online_install=Online install
305305
command_line=Command line
306306
activation_code_free_provide_tips_=We can provide unlimited numbers of Lifetime activation codes for schools, hospitals, hotels, Internet cafes, or any public place.
307307
activation_code_free_provide_tips2_=Please send your application to the E-Mail from the website bottom.
308-
add_user_review_tips_=Please let us know if you want to add your review to the list.
308+
add_user_review_tips_=Please let us know if you want to add your review to the list.
309+
feature_47=Remote download

lang/website/ru_RU.lang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,5 @@ online_install=Online install
305305
command_line=Command line
306306
activation_code_free_provide_tips_=We can provide unlimited numbers of Lifetime activation codes for schools, hospitals, hotels, Internet cafes, or any public place.
307307
activation_code_free_provide_tips2_=Please send your application to the E-Mail from the website bottom.
308-
add_user_review_tips_=Please let us know if you want to add your review to the list.
308+
add_user_review_tips_=Please let us know if you want to add your review to the list.
309+
feature_47=Remote download

lang/website/zh_CN.lang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,5 @@ online_install=在线安装
306306
command_line=命令行
307307
activation_code_free_provide_tips_=我们能为学校, 医院, 酒店, 网吧 或者其他公共场所提供无限量的终身激活码。
308308
activation_code_free_provide_tips2_=请将申请发送到网站底部的邮箱.
309-
add_user_review_tips_=如果希望添加您的评价到这列表中,请让我们知道.
309+
add_user_review_tips_=如果希望添加您的评价到这列表中,请让我们知道.
310+
feature_47=远程下载

lang/website/zh_TW.lang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,5 @@ online_install=在線安裝
305305
command_line=命令行
306306
activation_code_free_provide_tips_=我們能為學校,醫院,飯店,网咖或者其他公共場所提供無限量的終身啟動碼。
307307
activation_code_free_provide_tips2_=請將申請發送到網站底部的郵箱.
308-
add_user_review_tips_=如果希望添加您的評估到這清單中,請讓我們知道.
308+
add_user_review_tips_=如果希望添加您的評估到這清單中,請讓我們知道.
309+
feature_47=遠程下載

release/FileCentipede_pad.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Program_Name>FileCentipede</Program_Name>
6262
<Program_Version>2.5</Program_Version>
6363
<Program_Release_Month>08</Program_Release_Month>
64-
<Program_Release_Day>13</Program_Release_Day>
64+
<Program_Release_Day>21</Program_Release_Day>
6565
<Program_Release_Year>2022</Program_Release_Year>
6666
<Program_Cost_Dollars>0</Program_Cost_Dollars>
6767
<Program_Type>Freeware</Program_Type>
@@ -100,11 +100,11 @@
100100
<Application_Info_URL>http://www.filecxx.com/</Application_Info_URL>
101101
<Application_Order_URL></Application_Order_URL>
102102
<Application_Screenshot_URL>http://www.filecxx.com/images/screenshot_software.png</Application_Screenshot_URL>
103-
<Application_Icon_URL>http://filecxx.com/style/images/logo_32.png</Application_Icon_URL>
103+
<Application_Icon_URL>http://filecxx.com/style/images/logo_128.png</Application_Icon_URL>
104104
<Application_XML_File_URL>http://filecxx.com/release/FileCentipede_pad.xml</Application_XML_File_URL>
105105
</Application_URLs>
106106
<Download_URLs>
107-
<Primary_Download_URL>https://github.com/filecxx/FileCentipede/releases/download/2.5/filecxx_2.5_win_x64.zip</Primary_Download_URL>
107+
<Primary_Download_URL>https://github.com/filecxx/FileCentipede/releases/download/2.6/filecxx_2.6_win_x64.zip</Primary_Download_URL>
108108
<Secondary_Download_URL>http://www.filecxx.com/release/filecxx_latest_win_x64.zip</Secondary_Download_URL>
109109
<Additional_Download_URL_1></Additional_Download_URL_1>
110110
<Additional_Download_URL_2></Additional_Download_URL_2>
@@ -159,7 +159,9 @@ Torrent to magnet tool
159159
Magnet to torrent tool
160160
File merge tool
161161
Checksum tool
162-
Statistics</Char_Desc_2000>
162+
Statistics
163+
Remote download
164+
</Char_Desc_2000>
163165
</English>
164166
</Program_Descriptions>
165167
<Permissions>

0 commit comments

Comments
 (0)