get of NET:FTP failing
[email protected] ("Sunil Kumar Darshanam")
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
get ($remote,$local,$where) is failing whenever i use the third arguement. here in this case my file to be downloaded from FTP is of size 5MB. 2Mb of it is downloaded, now when i am executing the get ($remote,$local,$where) with $where as 2MB(2048), get method is returning me nothing and download is getting aborted. can anybody plz help me out to solve this problem.