Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| filesharing [2024/05/29 02:57] – admin | filesharing [2025/03/05 02:30] (current) – [File sharing обмен файлами file share] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== File sharing обмен файлами file share ====== | ====== File sharing обмен файлами file share ====== | ||
| - | : | + | :!: https:// |
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| Line 9: | Line 11: | ||
| https:// | https:// | ||
| - | https:// | + | **https:// |
| https:// | https:// | ||
| https:// | https:// | ||
| Line 20: | Line 22: | ||
| https:// | https:// | ||
| https:// | https:// | ||
| + | https:// | ||
| - | https://datash.co/ for test \\ | + | ====== Services for syncing====== |
| + | remote storage - https://rclone.org/ \\ | ||
| + | syncthing - https:// | ||
| + | syncing - https:// | ||
| + | |||
| + | |||
| + | ====== Torrent ====== | ||
| + | https:// | ||
| + | https:// | ||
| + | <code BASH>\On a server: | ||
| + | |||
| + | cargo install -f imdl | ||
| + | imdl torrent create --input foobar | ||
| + | imdl torrent show --input foobar.torrent | ||
| + | imdl torrent verify --input foobar.torrent --content foobar | ||
| + | imdl torrent link --input foobar.torrent | ||
| + | # copy the magnet link printed! | ||
| + | |||
| + | aria2c --seed-ratio=0.0 --check-integrity foobar.torrent | ||
| + | |||
| + | aria2c --check-integrity ' | ||
| + | BTW, if the file is available also on some (LAN) HTTP URL, then it is possible to combine the magnet and HTTP downloads into a “foobar.metalink” | ||
| + | |||
| + | <?xml version=" | ||
| + | < | ||
| + | <file name=" | ||
| + | < | ||
| + | <hash type=" | ||
| + | <!-- priority: “Lower values indicate a higher priority” --> | ||
| + | <metaurl mediatype=" | ||
| + | <metaurl mediatype=" | ||
| + | <url priority=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | aria2c --check-integrity --metalink-file=foobar.metalink | ||
| + | </ | ||