Re: How can I download a file from a internet address in vfp! by Fred
Fred
Sat Jan 03 22:53:45 CST 2004
Neil,
You've noticed that, too. I thought it was just me.
Fred
Microsoft Visual FoxPro MVP
"Neil Waterworth" <nospam-or-nwaterworth@lineone.net> wrote in message
news:%23hbWmjm0DHA.2328@TK2MSFTNGP10.phx.gbl...
> Fred,
>
> You're right, but I never noticed this before. The UT seems much more
> intuitive if I DON'T logon.
>
> Regards,
> Neil
>
> "Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
> news:OSfa3aj0DHA.2604@TK2MSFTNGP09.phx.gbl...
> > Neil,
> >
> > You don't even need to register for the UT. Downloads are accessable
> > without it.
> >
> > Fred
> > Microsoft Visual FoxPro MVP
> >
> >
> > "Neil Waterworth" <nospam-or-nwaterworth@lineone.net> wrote in message
> > news:%23JY7bTi0DHA.1916@TK2MSFTNGP10.phx.gbl...
> > > There's an FTP class available on www.universalthread.com - download
ID
> > > 9442. You have to register, but it's free, and it's well worth joining
> > > anyway.
> > >
> > > Regards,
> > > Neil
> > >
> > > "quan" <cnchuen@hotmail.com> wrote in message
> > > news:OA8vqvc0DHA.560@TK2MSFTNGP11.phx.gbl...
> > > > Good luck in the new year, everyone!
> > > >
> > > > I want to update my program from a internet directory. Suppose, my
> > updated
> > > > announces is in ftp://xxxxx.com/update/announce.txt, how can I
> download
> > > the
> > > > file in vfp?
> > > >
> > > > Of cource, I can do it a API function: ShellExecute with such code:
> > > >
> > > > DECLARE integer ShellExecute in shell32.dll As ShellA integer hwnd,;
> > > > String lpOperation , string @lpFile , String lpParameters , String
> > > > @lpDirectory ,integer nShowCmd
> > > > Shella(0,'OPEN','ftp://xxxxx.com/update/announce.txt','','',5)
> > > >
> > > > But the problem is: executing it will come out a question window. I
> > > needn't
> > > > it, and I want to download it in a folder I can control and no any
> > > question
> > > > window automatically created by window. How can I do it?
> > > >
> > > > Tks a lot!
> > > >
> > > > Chuen
> > > >
> > > >
> > >
> > >
> >
> >
>
>