Dillman has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to download a file using the code below, it works most of the time but when the file is too large then it fails. If the file is less than 101MB it works but if it is over 180MB it seems to time out and fails.
$agent->get( $url, ':content_file' => "$destfilepath" );
I'm looking forward to your responses.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Downloading large file fails using Mechanize get function
by Limbic~Region (Chancellor) on Nov 05, 2013 at 15:29 UTC | |
by Dillman (Novice) on Nov 05, 2013 at 22:53 UTC | |
by Anonymous Monk on Apr 04, 2014 at 15:40 UTC | |
|
Re: Downloading large file fails using Mechanize get function (resume)
by Anonymous Monk on Nov 06, 2013 at 00:04 UTC |