Can I control a qbittorrent-nox
instance with CLI?
#20861
-
I have an working instance of I would like to upload a .torrent file to this instance through ssh only in a limited environment. Can I do this without a third-party program? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can. If you can |
Beta Was this translation helpful? Give feedback.
Yeah, the web UI has an API for convenience. This is the documentation:
https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)
You can refer to that and use cURL or other software to perform requests to administer your qbittorrent server.