Files correlati : Commento : Aggiornata cUrl alla ultima versione su Github: 7.56.1 git-svn-id: svn://10.65.10.50/branches/R_10_00@24203 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			19 lines
		
	
	
		
			463 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			463 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
Long: proto-default
 | 
						|
Help: Use PROTOCOL for any URL missing a scheme
 | 
						|
Arg: <protocol>
 | 
						|
Added: 7.45.0
 | 
						|
---
 | 
						|
Tells curl to use \fIprotocol\fP for any URL missing a scheme name.
 | 
						|
 | 
						|
Example:
 | 
						|
 | 
						|
 curl --proto-default https ftp.mozilla.org
 | 
						|
 | 
						|
An unknown or unsupported protocol causes error
 | 
						|
\fICURLE_UNSUPPORTED_PROTOCOL\fP (1).
 | 
						|
 | 
						|
This option does not change the default proxy protocol (http).
 | 
						|
 | 
						|
Without this option curl would make a guess based on the host, see --url for
 | 
						|
details.
 |