from man curl
–snip–
-m, --max-time <seconds> Maximum time in seconds that you allow the whole operation to take. This is useful for preventing your batch jobs from hanging for hours due to slow networks or links going down. Since 7.32.0, this option accepts decimal values, but the actual timeout will decrease in accuracy as the specified timeout increases in decimal precision. See also the --connect-timeout option. If this option is used several times, the last one will be used.
–snip–
-s, --silent Silent or quiet mode. Don't show progress meter or error messages. Makes Curl mute. It will still output the data you ask for, potentially even to the termi- nal/stdout unless you redirect it.
Related Posts:
- ping: google.com: Temporary failure in name resolution [closed]
- Docker System has not been booted with systemd as init system
- CentOS vs. Ubuntu [closed]
- Docker error : no space left on device
- How to establish ssh key pair when “Host key verification failed”
- localhost/phpinfo.php
- After installing with pip, “jupyter: command not found”
- gpg: no valid OpenPGP data found
- gpg: no valid OpenPGP data found
- E: Unable to locate package mongodb-org
- How to open the terminal in Atom?
- Valgrind permission denied on file
- nginx – nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
- How to install Boost on Ubuntu
- How to verify if nginx is running or not?
- Curl : connection refused
- pdflatex not found. pdflatex is needed for pdf output
- Nginx: stat() failed (13: permission denied)
- PIP Could not find any downloads that satisfy the requirement SQLAlchemy
- MySQL: How to reset or change the MySQL root password?
- Removing all installed OpenCV libs
- Vim: No write since last change, even though I changed the file
- Why can’t I print to terminal with my python script?
- How to kill a process on a port on ubuntu
- How do I ask apt-get to skip any interactive post-install configuration steps?
- How to view all ssl certificates in a bundle?
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How do I get apt-get to ignore some dependencies?
- How do I auto-start docker containers at system boot?
- How do I reattach to Ubuntu Server’s ‘do-release-upgrade’ process?
- How to determine JAVA_HOME on Debian/Ubuntu?
- How to start/stop iptables on Ubuntu?
- Which ports do I need to open in the firewall to use NFS?
- list all packages from a repository in ubuntu / debian
- dpkg-reconfigure: unable to re-open stdin: No file or directory
- How can I edit the welcome message when ssh start?
- How does Ubuntu keep track of the “System restart required” flag in motd?
- Amazon Linux vs. Ubuntu for Amazon EC2 [closed]
- Automate the installation of postfix on Ubuntu
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Why is ssh agent forwarding not working?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- Undefined function mysql_connect()
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Is there a way to follow redirects with command line cURL?
- How to use Python to execute a cURL command?
- How can I set the request header for curl?
- How to use Python to execute a cURL command?
- How to use the curl command in PowerShell?
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- How to capture cURL output to a file?
- Unable to install gem – Failed to build gem native extension – cannot load such file — mkmf (LoadError)
- How to use cURL to send Cookies?
- CURL ERROR: Recv failure: Connection reset by peer – PHP Curl
- Unable to locate package libapache2-mod-php7
- curl POST format for CURLOPT_POSTFIELDS
- tar: Unrecognized archive format error when trying to unpack flower_photos.tgz, TF tutorials on OSX
- Curl not recognized as an internal or external command, operable program or batch file
- No module named ‘openpyxl’ – Python 3.4 – Ubuntu
- How to Install pip for python 3.7 on Ubuntu 18?
- When I run `npm install`, it returns with `ERR! code EINTEGRITY` (npm 5.3.0)
- How to disable cURL SSL certificate verification
- make -j 8 g++: internal compiler error: Killed (program cc1plus)
- Getting error in Curl – Peer certificate cannot be authenticated with known CA certificates
- wget: unable to resolve host address `http’
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- how to search for a directory from the terminal in ubuntu
- cURL equivalent in Node.js?
- How can tune MySQL for WordPress sites?
- Add media with WP-Rest-API v2 II
- WordPress API returns empty page when page is less than X-WP-TotalPages
- Create a WordPress post using curl comand from Linux console?
- Creating login session via CURL
- File Type Is Not Permitted – Cronjob
- Download failed cURL error 7: . Can’t update anything
- export a csv file from the database with a cronjob
- How to create a post using REST API with sending data as a JSON body?
- WordPress curl timing out and saying ‘Moved Permanently’
- PHP to Handle API Return instead of print
- How to send file by wp_remote_post?
- Use WP admin AJAX url to hide API key
- REST API works in browser and via AJAX but fails via cURL
- calling admin-ajax.php from admin-ajax.php
- Using file_get_contents within admin but keep logged in
- Curl error while creating user
- Call external API in wordpress based on user input
- Hide response returned from WordPress REST API call
- mysqli_query(): MySQL server has gone away for Curl Request
- Update products with curl (bash)
- Blocking the direct access to images in the upload folder WordPress
- Can I hide all server / os info?
- How to test a HTTPS URL with a given IP address
- How to fix PuTTY showing garbled characters? [closed]
- GPG does not have enough entropy
- Why don’t EC2 ubuntu images have swap?
- Difference between `curl -I` and `curl -X HEAD`
- Curl: disable certificate verification
- wp_remote_post vs curl to send data in WordPress plugin