Show / Hide Table of Contents

    What is CURL

    CURL or cURL is a software project that is usable for transferring data using various network protocols. For further Information go to Wikipedia or to the official cURL Web Page

    How to use our examples

    All our examples are based for the Windows Command Line with installed curl client. You can simple copy the code than adjust the needed parts and run the command.

    Warning

    For the authentication we use a cookie so don't forget to use the cookie jar file. In the Login part it is represented by --cookie-jar and in the use with --cookie. The cookie will be generated by the platform and send with the response when you are using the login.

    Check CURL on Windows

    First check if curl is installed for the Windows Command Line(CMD).

    1. Open Run with the shortcut Windows/Command key plus key R.

    2. Enter cmd and klick OK.

      run cmd

    3. Entering following command into the command line.

    curl --version
    
    1. You must see a result like the following if curl is installed.

      curl results

    If CURL is not installed you can get the latest installer under that Link for Windows.

    Examples

    How to Login
    Get Organization
    Get FileCabinet
    Get Document
    Upload Document
    Change Index
    Download Document

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top