Hi,<br><br>  When I access below $binaryfile_url (some url pointing to a binary file) from a web browser, I get HTTP Error 404. <br>  However, I can save the binary file to my hard disk by right clicking the url and selectung 'Save Link As'.<br>
  <br>  Now, when I try this with LWP::Simple <br>   <span style="font-family: courier new,monospace;">   my $status=getstore($binaryfile_url, $download_file_fullpath);</span><br>  it fails with the same 404 error. <br><br>
  I want to simulate the 'Save Link As' behavior of the web browser to download it programmatically from Perl. Any ideas?<br>  <br>Thanks a lot<br>VIJAY<br>