Re: FTP

From: Jim Edgar (djedgarNOSPAM_at_cox.net)
Date: 12/14/04


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
> >
> >
>
>



Relevant Pages

  • Re: FTP
    ... > Is is possible to use WinInet in vb.net 2003 to download files from an FTP server? ... The parsing and formatting was easy but the FTP stuff has me stuck. ... Has anyone used WinInet before for FTP? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: FTP
    ... > Is is possible to use WinInet in vb.net 2003 to download files from an FTP ... > I can't get a list of the files on the server. ... Has anyone used WinInet ...
    (microsoft.public.dotnet.languages.vb)
  • Re: FTP
    ... > Is is possible to use WinInet in vb.net 2003 to download files from an FTP ...
    (microsoft.public.dotnet.languages.vb)
  • Re: AS 2005 HTTP access with Basic Authentication
    ... > than at the server as I was assuming. ... >> would work without demanding the basic authentication credentials again. ... >> AS 2000's PTS used WinInet to connect to the server over HTTP. ... >> - When PTS 8.0 ran within Internet Explorer, it's WinInet connections ...
    (microsoft.public.sqlserver.olap)
  • Re: AS 2005 HTTP access with Basic Authentication
    ... to the server and then to carry on working without having to sign-in again. ... > would work without demanding the basic authentication credentials again. ... > AS 2000's PTS used WinInet to connect to the server over HTTP. ... > - When PTS 8.0 ran within Internet Explorer, it's WinInet connections were ...
    (microsoft.public.sqlserver.olap)

Loading