Re: FTP
From: Jim Edgar (djedgarNOSPAM_at_cox.net)
Date: 12/14/04
- Next message: Jm: "Re: Determine Local Logged On UserName From Service"
- Previous message: Mick Doherty: "Re: UpdateResource being weird"
- In reply to: Altman: "Re: FTP"
- Next in thread: Tom Shelton: "Re: FTP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 15:14:41 -0800
Thanks Altman. I had found that link on google and I'm probably going to tackle it if
WinInet isn't a choice.
Jim Edgar
"Altman" <NotGiven@SickOfSpam.com> wrote in message
news:ejM$77i4EHA.2540@TK2MSFTNGP09.phx.gbl...
> Try this article "How to access a File Transfer Protocol site by using
> Visual Basic .NET"
>
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;832679
>
>
>
> "Jim Edgar" <djedgarNOSPAM@cox.net> wrote in message
> news:uQaUg2i4EHA.1404@TK2MSFTNGP11.phx.gbl...
> > Is is possible to use WinInet in vb.net 2003 to download files from an FTP
> > server? I've
> > been asked to rewrite some VB6 code as a service that downloads files then
> > parses and
> > reformats them. The parsing and formatting was easy but the FTP stuff has
> > me stuck.
> > FtpFindFirstFile() doesn't return the name of the file in the
> > WIN32_FIND_DATA structure so
> > I can't get a list of the files on the server. Has anyone used WinInet
> > before for FTP?
> > Is this doable in .net or do I need to use System.Net and
> > System.Net.Sockets?
> >
> > Thanks,
> >
> > Jim Edgar
> >
> >
>
>
- Next message: Jm: "Re: Determine Local Logged On UserName From Service"
- Previous message: Mick Doherty: "Re: UpdateResource being weird"
- In reply to: Altman: "Re: FTP"
- Next in thread: Tom Shelton: "Re: FTP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|