Hi,
I am downloading spaces exports from Confluence Server 7.3.4.
I first tried downloading directly with the provided download link but it downloads are impossible for .xml.zip files larger than 1 GB (I actually do not understand the reason).
For those files, I decided to perform the following cURL request
curl --user "<user>:<password>" https://confluence.<mydomain>/download/temp/Confluence-space-export-XXXX.xml.zip -o out.xml.zip
For files larger than a GB, it does sometimes work, but also often fails with error
This error seems to happen more commonly with a slow, throttled, or troubled connection..
Take a look at this post from the attlassian team: https://community.atlassian.com/t5/Bitbucket-questions/resolution-for-error-RPC-failed-curl-18-transfer-closed-with/qaq-p/969363
Regards,
Fabian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.