On 11/27/2016 07:40 AM, Volker Lapczynski wrote:
> 
> I use Autohotkey to get text from a page with this url:
> 
> UrlDownloadToFile, http://
> Server:8080/xwiki/rest/wikis/wiki/subwiki/Main/pages/MyPage?outputSyntax=plain&xpage=plain
> C:\temp\MyText.txt
> 
> 
> How do i do this with curl from a *SUBWIKI*?
> 
> curl -u Admin:admin
> "Server:8080/xwiki/rest/wikis/wiki/*subwiki*/Main/pages/MyPage?outputSyntax=plain&xpage=plain"
> is not working
> 

Should be:

http://Server:8080/xwiki/rest/wikis/subwiki/spaces/Main/pages/MyPage

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to