文件管理与传输解决方案

文件管理与传输解决方案。

文件传输

Dukto

可使同一局域网下的电脑传输文件,传输双方的系统类型可以不同。

1
https://www.52pojie.cn/thread-1086314-1-1.html

文件管理

nexusfile

适用于Windows的快速强大的文件管理器。

1
http://www.xiles.net/

润普

1
http://www.everydo.com/

IPFS

持久且分布式存储和共享文件的网络传输协议。

打开以下链接并安装IPFS CLI。

1
https://ipfs.io/

在命令提示符切换到解压后的安装目录,输入以下命令。

1
2
3
4
5
# 初始化
ipfs.exe init

# 开启守护进程
ipfs.exe daemon

在浏览器输入http://localhost:5001/webui进入主界面即可使用。在Files上传文件后右键点击Copy hash,使用以下命令即可查看该文件。

1
htttps://ipfs.io/[hash值]

也可通过以下命令上传本地文件。

1
2
3
4
5
6
7
# 上传
# 上传完后用localhost:8080/ipfs/[hash值]访问
ipfs add -r [文件(夹)路径]

# 发布到网络
# 发布后可用ipfs.io/[hash值]访问
ipfs name publish [hash值]

其余命令如下。

命令 含义
ifps id 查看节点ID
ipfs name resolve [节点ID] 查询节点hash值

tagLyst Next 3

标签式文件资料管理。

1
http://www.taglyst.com/

SparkleShare

1
https://www.sparkleshare.org/

Syncthing

文件同步程序。

1
https://syncthing.net/

ZOHO

适用于团队和个人的在线文件管理。

1
https://www.zoho.com.cn/docs/

Cloudreve

通过以下链接下载安装包,然后上传到服务器根目录。打开http://[域名]/CloudreveInstaller即可进入安装界面。

1
https://github.com/cloudreve/Cloudreve

若无权限,则需要在服务器使用以下命令。

1
chmod 777 [源码安装目录]

若安装失败,则可先安装宝塔镜像,并切换PHP版本。

安装成功后打开http://[域名]/Admin,使用提供的初始用户名和密码登录即可。一般需要在基础设置中添加跨域访问规则,来源为*,允许Methods全选,允许Headers为*,暴露Headers不填,缓存时间为0

MOVER.IO

文件迁移服务。支持OneDrive/GoogleDrive/Dropbox等。

1
https://mover.io/

GDIndex

1
https://gdindex-code-builder.glitch.me/

OLAINDEX

OneDrive文件管理。

1
https://github.com/WangNingkai/OLAINDEX

OneList

OneDrive文件管理。

1
https://github.com/malaohu/OneList--

Directory Lister

公开任何可通过Web访问的文件夹的内容以进行浏览和共享。

1
https://www.directorylister.com/

Tiny File Manager

基于Web的文件管理器。

1
https://github.com/prasathmani/tinyfilemanager

Z-File

在线文件目录。

1
https://github.com/zhaojun1998/zfile

SeaweedFS

简单且高度可扩展的分布式文件系统。

1
https://github.com/chrislusf/seaweedfs

Syncthing

文件同步程序。

1
https://github.com/syncthing/syncthing

h5ai

HTTP Web服务器的现代文件索引器。

1
https://larsjung.de/h5ai/

ocDownloader

1
https://github.com/e-alfred/ocdownloader

Nextcloud

1
2
https://docs.nextcloud.com/server/17/user_manual/
https://github.com/nextcloud/docker

filebrowser

1
https://github.com/filebrowser/filebrowser

微力同步

高效的数据传输工具。

1
http://www.verysync.com/

FileRun

自托管文件同步和共享。

1
https://filerun.com/

使用CentOS6 X64系统部署,命令如下。

1
2
3
wget ftp://192.99.11.204/FileRun_2017_03_18_PHP7.zip 
unzip FileRun_2017_03_18_PHP7.zip
chmod 777 -R system/data

访问网址即可进入向导。

FFmpeg插件可通过以下命令安装。

1
2
3
4
5
6
yum install yasm -y
wget http://ffmpeg.org/releases/ffmpeg-3.1.3.tar.bz2
tar jxvf ffmpeg-3.1.3.tar.bz2
cd ffmpeg-3.1.3
./configure
make && make install

Furk.net

获取媒体文件并立即流式传输。

1
https://www.furk.net/

KodExplorer

网络文件管理器。

1
2
https://github.com/kalcaddle/KODExplorer
https://kodcloud.com/

MultCloud

跨网盘传输文件在线服务。

1
https://www.multcloud.com/

Air Explorer

全球各大网盘服务之间文件同步工具。免费版每个云服务器只能登陆1个账号,不支持计划任务,不支持限速。

1
https://www.airexplorer.net/en/

filestack

上载,转换任何文件并将其传送到应用中。

1
https://www.filestack.com/

剪贴板共享

Clipboard-online

用于iOS和Windows之间共享剪贴板,通过将本机剪贴板暴露于HTTP端口、iOS发送HTTP请求来获取/发送剪贴板的方式实现,仓库链接如下。

1
https://github.com/YanxinTang/clipboard-online

Windows安装以上仓库的安装包,iOS使用以下两个捷径。

1
2
3
4
5
# 获取Wndows剪贴板
https://www.icloud.com/shortcuts/a10cc2d0f1f94249b36489db102c367d

# 发送到Windows剪贴板
https://www.icloud.com/shortcuts/d9466ea3eff54e91bf1f0801cc7ce32c

运行捷径前需要配置。在Windows下查看本机IP,可通过cmd下输入ipconfig查看。然后在iOS下打开捷径的配置,按照提示添加键和值,其中键是Wi-Fi名称,值是刚才获取的IP,其它保持默认即可。

FnSync

用于Android和Windows之间共享剪贴板,仅支持Windows 10。

1
https://gitee.com/holmium/fnsync

Windows安装以上仓库的安装包,Android安装以下APP。

1
https://www.coolapk.com/apk/269031

完成配置后,对于Android 10以下版本即可使用。对于Android 10及以上版本,由于Android 10对系统权限做了限制,不允许应用后台获取剪贴板,因此需要手动下拉通知栏,并点击发送剪切板文本。

快贴

1
https://clipber.com/

Pushbullet

1
https://www.pushbullet.com/

iOS客户端已下架,可通过捷径实现类似效果。

1
https://meta.appinn.net/t/topic/18629/2

其它

1
2
3
4
https://chigusa-web.com/clibor-zh-cn/
http://clipdiary.com/index_simplifiedchinese.php
https://github.com/sabrogden/Ditto
https://github.com/huiyadanli/PasteEx

格式转换

普通格式转换

1
2
3
4
5
https://cn.office-converter.com/
https://www.online-convert.com/
https://convertio.co/zh/
https://cloudconvert.com/
https://www.cleverbrush.com/

视频格式转换

Windows

M3U8视频辅助工具

1
https://www.52pojie.cn/thread-878944-1-1.html

QQ影音转码

1
2
http://pan-yz.chaoxing.com/external/m/file/322880726122655744?appId=1000&name=QQ%E5%BD%B1%E9%9F%B3%E8%BD%AC%E7%A0%81%E5%B7%A5%E5%85%B7.rar
http://pan-yz.chaoxing.com/external/m/file/322852715956563968?appId=1000&name=QQ%E5%BD%B1%E9%9F%B3%E8%BD%AC%E7%A0%81%E5%B7%A5%E5%85%B7.exe

迅捷视频转换

1
2
https://pan-yz.chaoxing.com/external/m/file/312568666797150208
https://pan-yz.chaoxing.com/external/m/file/322851553912061952

万兴全能格式转换器

1
2
https://pan-yz.chaoxing.com/external/m/file/322853804621729792
https://pan-yz.chaoxing.com/external/m/file/322879210716426240

Mac

万兴全能格式转换器

1
https://pan-yz.chaoxing.com/external/m/file/322879349300432896

APE转换

把cue文件拖入千千静听中,选中你需要转换的歌曲,右键选择转换格式即可。

NCM/QMC转换

网站

1
2
http://tool.moresound.tk/
https://ix64.github.io/unlock-music/

电脑端应用

全平台

1
https://github.com/Presburger/qmc-decoder/releases

Windows

1
https://lanzoux.com/i8fAuez0yjc

Mac

1
2
https://lanzoux.com/iQyFQez0zgf
https://lanzoux.com/iydObez0zpe

手机端应用

Android

1
https://lanzoux.com/ivcrPez10fa

TS转MP4

Medlexo

1
2
https://www.lanzoux.com/b06a213gj
https://www.lanzoux.com/b06a274lg

M3U8视频辅助工具

1
https://www.lanzoux.com/b06a213ra

PDF压缩

1
2
3
4
5
6
7
8
# Windows
http://freepdfcompressor.com/
http://reducepdfsize.com/
https://www.4dots-software.com/free-pdf-compress/zh/

# Mac
https://lightweightpdf.com/
https://www.imymac.tw/free-imymac-pdf-compressor/

PDF处理

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 需要edu邮箱
https://online.foxitsoftware.cn/

# 其它
https://docsmall.com/
https://www.foxitcloud.cn/
https://lightpdf.cn/pdf-edit
https://www.pdfpai.com/
https://www.ilovepdf.com/zh-cn
https://lightpdf.com/zh/
http://www.pdfdo.com/
https://smallpdf.com/
https://www.hipdf.com/
http://www.html22.com/zh/
https://issuu.com/
https://tools.pdf24.org/zh/
https://www.sejda.com/
https://pdfcandy.com/cn/
https://www.tracker-software.com/product/pdf-xchange-editor
https://zh-cn.libreoffice.org/
https://www.cnblogs.com/pdfpatcher/archive/2011/02/25/Index.html

PDF转换

手机端可使用Microsoft Office、Adobe Scan(国区没有此APP)。电脑端可使用以下软件。

迅捷PDF转换器

1
https://pan-yz.chaoxing.com/external/m/file/312608395106230272

Solid Converter PDF

1
https://pan-yz.chaoxing.com/external/m/file/312609211821096960

Acrobat

打开后选择扫描和OCR,输出选择可搜索的图像(精确)即可。

Office2PDF

1
https://github.com/evgo2017/Office2PDF

文档对比

可用Word/WPS的审阅功能。也可用ExamDiff Pro、Beyond Compare。

在Windows上可通过在命令行输入以下命令,无限续期Beyond Compare。若无效,则需要删除安装目录下的BCUnrar.dll文件。

1
reg delete "HKEY_CURRENT_USER\Software\Scooter Software\Beyond Compare 4" /v CacheID /f

数据恢复

1
2
3
4
5
6
7
8
9
# Windows
https://www.lanzoux.com/b06aavj5c

# Mac
https://www.lanzoux.com/b06aavi2d

# Android
https://www.lanzoux.com/b06aavi0b
https://www.lanzoux.com/b06aavhvg

清理重复文件

可用Duplicate Cleaner。