FTP

2005-04-23 Thread Mathias Wittwer
No idea if I get that right.

ftp Want to authenticate on server. Is there any ftp authentication
build in?

Do not see any options in wget --help

Sorry for the basic question...

Help very appreciated!

matt




RE: Newbie needs to start wget in background

2004-11-10 Thread Mathias Wittwer
Title: Message



www.nncron.ru gives you the possiblity to run 
any program as a service. that will help solving your issue! US 29.95 for 
license
 
 
 
-Original Message-From: Herold 
Heiko [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 November 
2004 5:40 a.m.To: 'Mike Andersen'; [EMAIL PROTECTED]Subject: 
RE: Newbie needs to start wget in background

  This 
  is not a wget problem.
  Your 
  task scheduler runs wget in foreground, over any console application (the 
  movie) you are running currently.
  THEN 
  wget immedeatly correctly puts itself in background, the window closes and 
  your previous topmost application (the movie) is topmost again (although 
  possibly without keyboard/mouse input focus!).
  You 
  need to investigate how to run wget in a different way. With the old scheduler 
  (windows NT 4) you could configure the service accordingly, I don't know the 
  impact of that on the IE5.5/W2K/XP Task Scheduler (which replaced the previous 
  scheduler).
   
  Heiko
   PREVINET S.p.A. www.previnet.it-- Heiko 
  Herold [EMAIL PROTECTED] [EMAIL PROTECTED]-- +39-041-5907073 
  ph-- +39-041-5907472 fax 
  
-Original Message-From: Mike Andersen 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, November 10, 2004 
12:19 AMTo: [EMAIL PROTECTED]Subject: Newbie needs to 
start wget in background

Hi,
Can anyone on the list tell me 
how to have wget start and run entirely in the background on Windows XP, so 
no console window ever opens, not even briefly.
 
I would like to use wget for 
automatically updating files on windows XP client machines, however it needs 
to be completely invisible to the user. The client machines will be playing 
small movies, which will update from time to time, and wget seems like a 
natural solution to have the client machines pull down their own updates. My 
strategy so far has been to use Windows Task Scheduler and schedule at 
regular intervals a command line call to wget, like this:
 
C:\WINDOWS\wget.exe -b -q -m -np 
-nH -nd -l 1  -Pc:/test http://www.mydomain.com/movies/ 
&
 
As you can see, I'm using the -b 
(background) and -q (quiet) options, and this *almost* works. A windows console 
appears for just a fraction of a second, but it appears on top of the movie 
and I know my client will not accept that. I even tried putting the & on 
the end of the command, but no dice.
 
I've also tried using the -o 
option, but that didn't help either. 
 
I've looked through the list and 
noticed a thread or two about making wget run completely in the background, 
but this appears to involve patching wget, and I'm not sure if it works in 
windows, and I doubt I have the know-how to patch the application it 
correctly. And that's assuming that a version of wget that runs entirely in 
the background does actually exist. 
 
I'd really appreciate it if 
anyone on the list could help me out with this. 
 
I'm not subscribed to the list, 
so please copy me in your responses: [EMAIL PROTECTED].
 
Many Thanks,
 
Mike
 


http authentication

2004-08-17 Thread Mathias Wittwer



hi,
 
i would like to download a page, which is protected 
by username and password.
 
the start page is something like http://www.zzz.ch/username.asp there 
2 input fields for username and password. if the input is correct, i get 
forwarded to something like http://www.zzz.ch/usage.cgi. thats the 
page i would like to have locally for further processing.
 
as i am a newby, i am not sure how and where to 
start and the wget documentation did not really make sense to me so 
far.
 
is there any way to get wget to do that or am i on 
the wrong track?
 
Thanks for your respond!
 
matt