BitTorrent

If you would like to distribute large files to many client computers, and would like to reduce the strain this puts on the server, you can use the BitTorrent functionality. BitTorrent makes it possible that the m23 clients share parts of already downloaded files among each other, which (in the ideal case) will result in the m23 server only transferring this file a single time.
To use Bittorrent, follow these steps:
  1. Copy the file(s) you would like to transfer to the clients into the directory ”/m23/data+scripts/extraDebs/” on your m23 server.
  2. Click on the button labelled ”Create .torrent” behind the corresponding file name.
  3. In your own scripts, use the m23 function
    BT\_dlFile($torrentFileName, $DestinationDirectoryOnClient)
    
    .