Submit rules, please publish them

2007-02-12 Thread Denis Golovan
Hi, all.

  Can anybody publish rules for submitting new features and code to wget? It 
seems to me that this process must be faster. As far as I understand wget 
(chief?) maintainer Mauro Tortonesi is busy with current work and cannot 
reply quickly. Maybe there are other maintainers/testers?

P.S. I present Mauro my plans on wget reporting, but since 09.01.2007 
nothing in reply. Is he ok?

Thanks. 





Re: wget POST 'multipart/form-data' problem (win xp sp2)

2006-12-21 Thread Denis Golovan
Gerhard Blum [EMAIL PROTECTED] news:[EMAIL PROTECTED]
 hi,

 i'm wondering if my mail 2 weeks ago was received...
 or am i too silly to ask correct, or is this problem off topic?
 could someone please be so kind and send a short reply - thanks a lot

  Hi, Gerhard Blum. I am also a new reader of this conference. It seems to 
me everyone is dead here.
Sorry, I can't help you with your problem. 




Logging useful info on downloaded files

2006-12-19 Thread Denis Golovan
Hi, all!

  I need some advanced logging capabilities in wget. Since long-awaited 
content-disposition feature appeared, it came impossible to associate 
textual descriptions with downloaded files (filename on disk can be 
completely different of url). Yes, I know of --no-content-disposition 
option, but maybe it's time to write some code to add such feature? Looking 
at the sources of wget, I assume that I can add such code. But maybe someone 
already did such a job, but haven't committed to svn?

 Some details on feature request:
- description can be added as command-line option and as a comment in url 
list for downloading ( comment start marker like double spaces or 
something )
- description file can be created one per url, or for the entire url list in 
one file
- description file format can be one line per url (using some template) (Far 
manager users'll benefit from descript.ion), or be of some tagged structure 
like Record-Jar Format
- description file macros like %file% (stands for filename on disk), 
%describ%, %time-download%, %url-org% and so on.

Thanks 




directory-prefix bug in Win32

2006-12-11 Thread Denis Golovan
Hi!

  When using -P or --directory-prefix in v1.11 Beta 1 and later v1.11 Beta 
1(with spider patch) command-line
switches wget does not pay attention to neither of them. It saves files in 
the current directory. Wget v1.10.2 worked right.
  Hope, this bug won't live long :). 





More detail on bug

2006-12-11 Thread Denis Golovan

  When using -P or --directory-prefix in v1.11 Beta 1 and later v1.11 Beta
 1(with spider patch) command-line
 switches wget does not pay attention to neither of them. It saves files in 
 the current directory. Wget v1.10.2 worked right.

  Such incorrent behaviour appeares only if server http answer contains 
Content-disposition tag.
Looking forward to developers comments! 





Wget in 1.11 beta 1 found

2006-12-11 Thread denis
Hi, dear developers!

  When using -P or --directory-prefix in v1.11 Beta 1 and later v1.11 Beta
1(with spider patch) command-line switches wget does not pay attention to 
neither of them.
It saves files in the current directory. Such incorrent behaviour appeares only 
if server http
answer contains Content-disposition tag. Wget v1.10.2 worked right.
  Hope, this bug won't live long :). 

-- 
 denis  mailto:[EMAIL PROTECTED]



wget does not handle sizes over 2GB

2005-01-09 Thread Denis Doroshenko
hello,

being meant to be such a powerful download tool, it seems to be at
least confusing:

file src/ftp-basic.c (function ftp_size, 1.9+cvs-dev, line 1153):

*size = strtol (respline + 4, NULL, 0);

where size is defined as long int * in the function's declaration.
BTW. why's the base given to strtol is 0, not 10? isn't that too
flexible for a defined protocol?

the http.c has the same problem, where content length is defined as
long contlen;  and is calculated with the same strtol (hdrval,
NULL, 10).

The limitation seems to be hardwired throughout the source code, so it
is not that simple to me (being not familiar with the source) to
provide any diff. Having DVD ISO's becoming more usual, that are not
only bigger than 2 GB, but even bigger than 4 GB, this seems to be a
serious problem. As the example I am providing a debug output of wget
1.9.1 downloading file which size is 4 683 900 928 (yes, more than
4GB, 'tis a DVD ISO). IP addresses, pathnames and filenames are
modified (sorry), but this has nothing to do with the problem. Notice
the size returned to SIZE command and the size that wget reports as
unauthoritative... I am really unsure of what wget will do, when it
reaches the size that is unauthoritative, will it show negative
values (like mozilla's ftp client)?..

C:\Documents and Settings\user\My Documents\Archive\Downloadwget -c -d
ftp://xxx.yyy.zzz/apps/All.XXX.DVD/DVD1/all_xxx_dvd_1.iso

DEBUG output created by Wget 1.9.1 on Windows.

set_sleep_mode(): mode 0x8001, rc 0x8000
--18:13:28--  ftp://xxx.yyy.zzz/apps/All.XXX.DVD/DVD1/all_xxx_dvd_1.iso
   = `all_xxx_dvd_1.iso'
Resolving xxx.yyy.zzz... seconds 0.00, aaa.bbb.ccc.ddd
Caching xxx.yyy.zzz = aaa.bbb.ccc.ddd
Connecting to xxx.yyy.zzz[aaa.bbb.ccc.ddd]:21... seconds 0.00, connected.
Created socket 724.
Releasing 008928A0 (new refcount 1).
Logging in as anonymous ... 220 guess my name

-- USER anonymous

331 Please specify the password.

-- PASS -wget@

230 Login successful.
Logged in!
== SYST ...
-- SYST

215 UNIX Type: L8
done.== PWD ...
-- PWD

257 /
done.
== TYPE I ...
-- TYPE I

200 Switching to Binary mode.
done.  changing working directory
Prepended initial PWD to relative path:
   pwd: '/'
   old: 'apps/All.XXX.DVD/DVD1'
  new: '/apps/All.XXX.DVD/DVD1'
== CWD /apps/All.XXX.DVD/DVD1 ...
-- CWD /apps/All.XXX.DVD/DVD1

250 Directory successfully changed.
done.
== SIZE all_xxx_dvd_1.iso ...
-- SIZE all_xxx_dvd_1.iso

213 4683900928
done.
== PORT ... Master socket fd 712 bound.
using port 4027.

-- PORT eee,fff,ggg,hhh,15,187

200 PORT command successful. Consider using PASV.
done.== REST 20689712 ...
-- REST 20689712

350 Restart position accepted (20689712).
done.
== RETR all_xxx_dvd_1.iso ...
-- RETR all_xxx_dvd_1.iso

150 Opening BINARY mode data connection for all_xxx_dvd_1.iso
(4683900928 bytes).
done.
Created socket fd 704.
Length: 388,933,632 [368,243,920 to go] (unauthoritative)

 5% [+   ] 22,811,09237.54K/s  ETA 2:25:59


supply cocktail shaker from china

2002-11-11 Thread denis
Title: supply sport bottle from china








  

  
supply 
cocktail shaker from china
  


  very new design
-wellcome OEM
0.2L,0.3L,0.5L,0.7L
-nice for promotion
http://www.allway999.com
[EMAIL PROTECTED]
allway group co.,ltd
tel:86-20-34237371
fax:86-20-34237511
contact person: Mr Denis
  
  


  
###
if the above not your field,please reply to
the address
[EMAIL PROTECTED]
we will delet your email address from our mail list
¡¡
  

  








supply vacuum flask,auto mug,hip flask,cigar cutter,sport bottle from china

2002-10-18 Thread denis
Title: Dear sir or madam








  
Dear sir or madam:
   As a manufacturer of china,we can supply stainless
  steel vacuum flask,,hip flask,auto mug(stainless steel and pp),coffee
  pot.cigar cutter,all these product are good promotional gift and articles of daily use.
   wellcome to look our web and contact us for more
  details.if you couldn't open our website(for the DNS system is a little
  difference between our ISP),please tell us,we will send catalogue to you
  by e-mail.
   hope to cooperate with you in the near future
  
  allway group co.,ltd
  denis
  http://www.allway999.com
  TEL:86-20-34237371
  FAX:86-20-34237511
  [EMAIL PROTECTED]
  
  if the above not your field,please reply to the address
  [EMAIL PROTECTED]
  we will delet your email address from our mail list
  

  
  

  








wget/html-parce.c

2001-09-06 Thread Denis Ahrens

Hello

In line 435 in html-parse.c is a non-escaped doubleqoute ().

I cannot compile this file under MacOSX without escaping this char.

Denis