ferpega

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ferpega

  1. 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.
  2. I am very interested on every question here. Could somebody answer this ? Regards.
  3. Will be available for Windows RT too ? I would like to use it on our Windows 8.1 tablets.