uweb/pcdown/index.html

56 lines
2.6 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2020-04-29 08:37:43 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-04-29 08:37:43 +00:00
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
<title>浏览器一键控制台式机/服务器下载资源</title>
</head>
<body>
<header class='header'>
<a class="logo" href=".."></a> <a class="logo" href="../tags/">Tags</a>
<nav>
</nav>
</header>
<br />
2020-04-29 08:37:43 +00:00
<div class="container">
<h1 class="title">浏览器一键控制台式机/服务器下载资源
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
2020-04-29 08:37:43 +00:00
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/termux">termux</a> </li>
2020-04-29 08:37:43 +00:00
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/ssh">ssh</a> </li>
2020-04-29 08:37:43 +00:00
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/pc">PC</a> </li>
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/%E4%B8%8B%E8%BD%BD">下载</a> </li>
</ul>
<p>技巧等级:高级</p>
2020-04-29 08:37:43 +00:00
<p>小孩要听英文有声书“The lying games”国内服务器没一个能下的最后还是在手机上用seedr秒下。但seedr的登录要用google人机交互确认用过代理、tunnel至手机等方法台式机死活登录不上。下面言归正传讲一下超微浏览器直接下载资源至台式机的方法</p>
<p>手机需安装uweb定制<a href="../gnuplot">Termux</a>并在termux下安装openssl在Termux窗口下依次敲入如下命令<br>
<code>apt update<br>
apt upgrade<br>
apt install openssl</code></p>
<p>脚本pcdownload内容如下(可放置在任意应用内部目录下并相应修改default.longclick配置中文件路径)<br>
<code>#!/data/data/com.termux/files/usr/bin/sh</code><br>
<code>ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 firefox \&quot;$1\&quot;&quot;</code></p>
<p>脚本需设置为可执行Termux下执行命令:<br>
chmod 755 /data/data/com.termux/files/usr/bin/pcdownload</p>
2020-04-29 08:37:43 +00:00
<p>这里假定用户已经在台式机上设好ssh服务台式机IP地址为192.168.2.102准备用firefox下载。如果下载工具不是图形程序则上述脚本中可删去“DISPLAY=:0”。</p>
<p>配置文件/sdcard/uweb/default.longclick如下<br>
<code>PCdown:/data/data/com.termux/files/usr/bin/pcdownload</code></p>
<p>重启超微浏览器,点击链接下载时会弹出菜单,选择&quot;PCdown&quot;台式机会启动firefox下载手机指定文档。</p>
2020-04-29 08:37:43 +00:00
<p>可能大家有疑问,台式机无法登录,为什么手机可以登录?这是因为手机上应用多哈。</p>
</div>
</body>
2020-04-29 08:37:43 +00:00
</html>