cURl error 56 can have different reason like:
- Passing data to be uploaded in URL itself instead of
POSTrequest - Probably Proxy blocking the request to the server.
- In some cases, server do not support particular request, like some servers support
PUT/POSTany one of them.
When I received this error last time, it was proxy blocking the request to the server.
But in your case, in non working case:
curl -X POST \
--data-binary '@File01.tar.gz' \
http://website.intra.prova.it/gore-orgac/PINGU/TEST/lots/Test_017/content/files/File02.tar.gz
you have appended the file to be POST in URL itself, which is the location actually not available on server,
These can be reason not sure, it happened to me long back while playing with cURL command-line.
Related Posts:
- tar: Error is not recoverable: exiting now
- Is there a way to follow redirects with command line cURL?
- How to send a header using a HTTP request through a cURL call?
- How can I set the request header for curl?
- gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
- How to display request headers with command line curl
- Opening a .tar.gz file with a single command
- How to fix libeay32.dll was not found error
- cURL to show response headers after submiting a file
- wget/curl large file from google drive
- curl: (35) SSL connect error
- How do I make curl ignore the proxy?
- SSL CA cert (path? access rights?)
- Java: Error creating a GZIPInputStream: Not in GZIP format
- How do I measure request and response times at once using cURL?
- What is the difference between tar and zip?
- JavaScript implementation of Gzip
- cURL equivalent in Node.js?
- Run Rsync from Python [duplicate]
- wp_remote_get vs. file_get_contents vs. cURL?
- wp_remote_get – cURL error 28 – only on same domain
- cURL – How to send and fetch data in WordPress
- cURL RETURNTRANSFER function in wp_remote_post
- How to convert this cURL to wp_remote_*?
- How to send file by wp_remote_post?
- Download file using cURL into wp-includes/uploads
- cURL request to plugin repository fails 403
- Curl error while creating user
- Call external API in wordpress based on user input
- Inconsistencies between wp_remote_post and cURL
- Set wordpress auth cookie from external site?
- Does wp_remote_post() require curl?
- mysqldump to a tar.gz
- Difference between `curl -I` and `curl -X HEAD`
- wp_remote_post vs curl to send data in WordPress plugin
- After upgrading WordPress, I am getting the following error. Error message: cURL error 52: Empty reply from server
- How do I get a YouTube video thumbnail from the YouTube API?
- How do I POST JSON data with cURL?
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- How do I POST JSON data with cURL?
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- How to define the basic HTTP authentication using cURL correctly?
- https connection using CURL from command line
- performing HTTP requests with cURL (using PROXY)
- How to do a PUT request with cURL?
- Using cURL with a username and password?
- PHP + curl, HTTP POST sample code?
- What is the curl error 52 “empty reply from server”?
- Java compressing Strings
- Can curl make a connection to any TCP ports, not just HTTP/HTTPS?
- How do I get a YouTube video thumbnail from the YouTube API?
- How do I POST JSON data with cURL?
- Binary Data Posting with curl
- tar: Cowardly refusing to create an empty archive
- curl : (1) Protocol https not supported or disabled in libcurl
- Why does cURL return error “(23) Failed writing body”?
- Can PHP cURL retrieve response headers AND body in a single request?
- How to POST JSON Data With PHP cURL?
- cURL request in Laravel
- curl: (60) Peer’s Certificate issuer is not recognized.
- Is it safe to use sslverify => true for with wp_remote_get/wp_remote_post
- How to use OAuth authentication with REST API via CURL commands?
- Uploading media with the REST API
- Re use authenticated HTTP connection or cUrl handle
- Build dynamic page from cURL (HTML page) response with plugin
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- Use wp_remote_get to get JSON instagram feed from public profile
- Login WordPress website using wp-rest api
- Problem with cURL and rest API
- How to change compression of WordPress uploads including original image
- Enabling compression in .htaccess file is causing 500 internal error
- Disable all resizing and compression
- Make WordPress compress full size image?
- XML-code sent via the POST method to the URL (API) [closed]
- How can i get the post’s full html source by its ID?
- ERR_CONTENT_DECODING_FAILED: How to fully delete gzip compression plugins?
- WP OAuth Server “The grant type was not specified in the request”
- Theme compression/ minifying or W3 Total Cache – which should I use? [closed]
- AJAX error handling for submit function in functions file
- How to send a HTTP Post request using PHP Curl and WordPress
- SOAP Request/Parsing XML From wp_send_json_success
- cURL error 6 on news area, and also won’t auto update
- Post to WordPress from another Server via PHP
- Is wordpress compressing my images? if so, how to prevent it?
- CURL error with REST API
- Getting Download failed. cURL error 28: Connection timed out after 10001 milliseconds
- Enable compression
- Post to WordPress API using cURL and login cookies
- How to send user data from one website to another
- Run function before uploaded image is saved
- No compression occurs on my jpegs after adding jpeg_quality hook to my functions.php file
- How to use lossless compression with WP_Image_Editor
- wordpress database error
- Does WordPress perform better with curl installed?
- WordPress Plugin: Where should I put my cookies for cURL?
- rest_cannot_create_user – Sorry, you are not allowed to create new users. CURL WORDPRESS REST API
- cURL External API request displays content above other content on page
- How can I zip/compress a symlink?
- What is different about using admin-ajax.php in an endpoint and just submitting a form from the front end?
- cURL running slow in WordPress