[LAC-TF] URL literals

Hugo Salgado hsalgado at nic.cl
Sat Mar 5 00:23:10 BRT 2011


On 03/04/2011 09:29 PM, Arturo Servin wrote:
> Guillermo,
> 
> De hecho mi primer intento fue entre "[" y "]" sin éxito.
> 
> De hecho volví a probar tu ejemplo de:
> 
>  curl -g http://[2620:0:1cfe:face:b00c::3]/
> 
> Y me envía un error de "not match" o "curl: (3) [globbing] error: bad
> range specification after pos 9" (linux y freeBSD respectivamente).


Puede ser que tu shell esté interponiéndose y tratando de interpretar
los [] como un rango. Podrías probar con
  curl -g 'http://[2620:0:1cfe:face:b00c::3]/'

Saludos,

Hugo




More information about the LACTF mailing list