Recommended Posts

Posted

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.conf

But 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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.