Magnet Transfer
Starts Magnet downloads in a torrent client on a remote computer
This project was created as a response to the transition from .torrent to Magnet URI's on many Torrent sites. Many people have the same setup as I do, where .torrent files are saved in a shared folder on a server, so that the Torrent Client automatically starts the download.
This application includes a client and a server, coded in Java.
The server application, listens, on the configured port for, Magnet URIs to be sendt from the client. When one is recieved, the configured torrent client adds the download to the client.
...