depler / transmission-vs

Portable transmission daemon for windows. Built with Visual Studio and static linkage. Zero binary dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmission daemon for Windows

This project is about building Transmission torrent daemon for Windows as a single binary without dependencies. For Android version of this project see: https://github.com/depler/transmission-android.

Current source code components:

Releases contains additional binaries (besides transmission itself):

Binary dependencies: none. Compatible with Windows Vista and newer.

Build

Clone current repository and build transmission.sln file with Visual Studio 2022 or newer. No, additional black magic is not required. Yes, just that simple.

Branch master contains latest changes from original transmission code (version 4), for old version see branch v3.

Config

Pay attention to file [Transmission]\daemon\settings.json. Probably you want/should change following settings: download-dir, incomplete-dir. Some default values:

Run

Download latest Transmission.zip from releases, unpack it somewhere and run one of the following with administrator rights:

  • run_foreground.bat: run transmission in console mode (without service installation)
  • daemon_create.bat: create windows service for transmission
  • daemon_start.bat: start windows service for transmission
  • daemon_stop.bat: stop windows service for transmission
  • daemon_delete.bat: delete windows service for transmission
  • desktop_shortcut.bat: create desktop shortcut for transgui.exe

About

Portable transmission daemon for windows. Built with Visual Studio and static linkage. Zero binary dependencies.


Languages

Language:C 86.9%Language:C++ 13.1%