X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=torrent-INSTALL.html;fp=torrent-INSTALL.html;h=8d9eb7a308db7e79daecfbcbe0b7d8b7a7ece4d6;hp=0000000000000000000000000000000000000000;hb=b25e47028fb040848df6a8d2d63c14ad442b8384;hpb=cb15daa9241c014422d902acae196c3f311e3d8a diff --git a/torrent-INSTALL.html b/torrent-INSTALL.html new file mode 100644 index 0000000..8d9eb7a --- /dev/null +++ b/torrent-INSTALL.html @@ -0,0 +1,36 @@ + + + + + + +How to install torrent VFS script + + + +
+

How to install torrent VFS script

+ +

First, see the general instruction at INSTALL.html.

+
+

Older versions of mc

+

To assign torrent VFS to *.torrent files add the following to mc.ext:

+
+shell/.torrent
+  Open=%cd %p#torrent
+
+
+
+

Newer versions

+

Edit mc.ext; the syntax is slightly different:

+
+shell/.torrent
+  Open=%cd %p/torrent://
+
+
+
+ +