kibrock

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by kibrock

  1. Hello. I use the api v2 and try to add a folder to synchronize the POST request: "curl -X POST -H "Content-Type: application/json" -d '{"path": "c:\temp"}' http://localhost:8899/api/v2/folders", but get an error: "curl: (3) [globbing] unmatched close brace/bracket in column 8", at the same time GET request: "curl -X GET http://localhost:8899/api/v2/folders" works fine, help me please, what am I doing wrong? P.S. Sorry for my English.
  2. Yes, it's a great idea! This function would be very helpful when you synchronize large files.