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
		
			
				
	
	
		
			13 lines
		
	
	
		
			493 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			493 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
Long: max-filesize
 | 
						|
Arg: <bytes>
 | 
						|
Help: Maximum file size to download
 | 
						|
See-also: limit-rate
 | 
						|
---
 | 
						|
Specify the maximum size (in bytes) of a file to download. If the file
 | 
						|
requested is larger than this value, the transfer will not start and curl will
 | 
						|
return with exit code 63.
 | 
						|
 | 
						|
\fBNOTE:\fP The file size is not always known prior to download, and for such
 | 
						|
files this option has no effect even if the file transfer ends up being larger
 | 
						|
than this given limit. This concerns both FTP and HTTP transfers.
 |