Re: wget 1.10 release candidate 1

2005-06-03 Thread Oliver Schulze L.

Hi Mauro,
do you know if the regex patch from Tobias was applied to this release?

Thanks
Oliver

Mauro Tortonesi wrote:


dear friends,

i have just released the first release candidate of wget 1.10:

ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-rc1.tar.gz
ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-rc1.tar.bz2

you are encouraged to download the tarballs, test if the code works properly
and report any bug you find.

if no major bug report will be submitted in the next two days, i am planning 
to release wget 1.10 next thursday.


 



wget and ASCII mode

2005-06-03 Thread Kiran Atlluri








Hi,

I ran into an issue using wget and hope you can help me.

I am trying to retrieve a “.csv” file on a unix
system using wget (ftp mode).I 

When I retrieve a file using normal FTP and specify ASCII mode,
I successfully get the file and there are no “ ^ M “ at the end of
line in this file.

But when I use wget all the lines in the file have this “
^M “ at the end.

 

I used the “type=A” but doesn’t seem to
help.

Any advice on how to use wget and retrieve the file in ASCII
will be appreciated.

Thanks in advance,

Kiran

 

 

--06:47:07--  ftp://xxl:[EMAIL PROTECTED]/
cd/*.csv;type=A

  
=> `.listing'

Connecting to xxx.xxx.xxx.xxx... connected.

Logging in as x ... Logged in!

==> SYST ... done.    ==> PWD ... done.

==> TYPE A ... done.  ==> CWD /cd ... done.

==> PORT ... done.    ==> LIST ...
done.

 

    [  
<=>  
  ]
10,209    18.43K/s

 

06:47:10 (18.43 KB/s) - `.listing' saved [10209]

 

Removed `.listing'.

--06:47:10--  ftp ftp://xxl:[EMAIL PROTECTED]/
cd/*.csv;type=A

  
=> `123456789.csv'

==> CWD not required.

==> PORT ... done.    ==> RETR 123456789.csv
... done.

Length: 2,294








restrict-file-names mode and colons in URLs

2005-06-03 Thread Herb Schilling

Hi,

 I am trying to mirror a part of my Plone web site. I solved most of 
the problems but I have one left that I can't seem to solve. It looks 
like wget is doing what I ask it to do but then end result doesn't 
work.



I have many links that have the form:

photoalbum_photo_view?b_start:int=0

When I set the restrict-file-names mode to windows, the filenames and 
the links to these files look like this:


[EMAIL PROTECTED]

When I open a page in Mozilla, and try to follow one of these links, 
Mozilla tries to go to the file



[EMAIL PROTECTED]:int=0


which, of course, is not there!

Obviously Mozilla sees the encoded character and converts to the real 
character, which is what it is supposed to do also, I guess.


So wget and Mozilla are doing the right things but it prevents this 
mirroring from working.


Is there anyway to make this work?

Thanks in advance.
--
Herb Schilling
NASA Glenn Research Center
Brook Park, OH 44135
[EMAIL PROTECTED]

The illiterate of the 21st century will not be those who cannot read 
and write, but those who cannot learn, unlearn and relearn. --Alvin 
Toffler