I understand vagrant use a pure ruby curl implementation. curl stand alone allow resume, not sure if this curl implementation does.
On Wed, May 21, 2014 at 3:56 AM, Ian Simmons <[email protected]> wrote: > I have a decent but slow internet connection 3 Meg. I can't use the new > syntax 'vagrant box add laravel/homestead' because it starts downloading > and then looses the connection and sits there showing a dl rate 0/s while > the eta climbs higher and higher. Actually this is sometimes an issue when > using boxes from http://www.vagrantbox.es/ when they are hosted on > dropbox accounts. What I have to do is use Download Them All download > manager and copy paste the box file's url from the cli. That way I can > pause/resume the download every time it looses connection. Then I use > 'vagrant box add laravel/homestead > C:\users\me\path\to\downloaded\boxfile.box' giving it a file path for the > url. > > I have this same problem with pretty much any service that uses AWS so was > wondering does vagrant cloud use AWS for providers? > > Also is there anything that can be done to resolve the issue? A way for > the cli download to detect a dropped connection and restart it like my > download manager does? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
