ferpega Posted December 21, 2013 Report Posted December 21, 2013 Hello, I am trying to do a silent install of BTSync on my clients, I have copy&paste the config file on documentation: http://www.bittorrent.com/sync/developers/api I have replaced API Key in the example with my own:{ // path to folder where Sync will store its internal data, // folder must exist on disk "storage_path" : "C:\btsync\", // run Sync in GUI-less mode "use_gui" : false, "webui" : { // IP address and port to access HTTP API "listen" : "127.0.0.1:8888", // login and password for HTTP basic authentication // authentication is optional, but it's recommended to use some // secret values unique for each Sync installation "login" : "api", "password" : "secret", // replace xxx with API key received from BitTorrent "api_key" : "myAPIkEY" }} After that I have tried to install in this way from a console command (windows):BTSync.exe /config config.confBut if I do a check on listening ports looking for port 8888 (as in my config file) then no port is open/listening on my system. Any help ? Thanks. Solved, I have changed the storage path line to this one:"storage_path" : "C://btsync/", As I have read here:http://forum.bittorrent.com/topic/24950-trying-to-start-btsync-with-a-config-file-on-windows/ Regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.