Menu

#41 web-harvest can't download the file

2.1.0rc2-RELEASE
accepted
None
5
2014-12-23
2010-11-24
nworm nworm
No

web-harvest can't download this file http://www.oaomoek.ru/upload/File/2011/KD_2798.rar I use this code:

   <?xml version="1.0" encoding="UTF-8"?> 
   <config scriptlang="java"> 
     <file action="write" path="c:\temp\1.rar" type="binary"> 
       <http method="get" url="http://www.oaomoek.ru/upload/File/2011/KD_2798.rar">;; 
       </http> 
     </file> 
   </config>

And i get a bad file. I can not open it. :(

https://sourceforge.net/projects/web-harvest/forums/forum/591299/topic/3959320

Discussion

  • Piotr Dyraga

    Piotr Dyraga - 2012-11-15
    • milestone: --> Backlog
     
  • Piotr Dyraga

    Piotr Dyraga - 2012-11-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,12 +1,12 @@
     web-harvest can't download this file http://www.oaomoek.ru/upload/File/2011/KD_2798.rar I use this code: 
    -<?xml version="1.0" encoding="UTF-8"?> 
    
    -<config scriptlang="java"> 
    -  <file action="write" path="c:\temp\1.rar" type="binary"> 
    -    <http method="get" url="http://www.oaomoek.ru/upload/File/2011/KD_2798.rar">;; 
    -    </http> 
    -  </file> 
    -</config> 
    +       <?xml version="1.0" encoding="UTF-8"?> 
    +       <config scriptlang="java"> 
    +         <file action="write" path="c:\temp\1.rar" type="binary"> 
    +           <http method="get" url="http://www.oaomoek.ru/upload/File/2011/KD_2798.rar">;; 
    +           </http> 
    +         </file> 
    +       </config> 
    
     And i get a bad file. I can not open it. :( 
    
     
  • Robert Bala

    Robert Bala - 2012-11-16
    • assigned_to: Robert Bala
    • milestone: Backlog --> 2.1.0rc1-RELEASE
     
  • Robert Bala

    Robert Bala - 2012-11-16
    • status: open --> accepted
     
  • Piotr Dyraga

    Piotr Dyraga - 2012-11-23
    • milestone: 2.1.0rc1-RELEASE --> 2.1.0rc2-RELEASE
     

Log in to post a comment.