|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB .NET FTPHi,
If I want to write a FTP client, which class should I use to perform the FTP? Can I use HTTP to transfer file as well? How to do this by VB .NET Thanks
http://msdn2.microsoft.com/en-us/library/ms144318.aspx
i Cor Show quoteHide quote "a" <a@mail.com> schreef in bericht news:emMzmXmzGHA.4092@TK2MSFTNGP04.phx.gbl... > Hi, > If I want to write a FTP client, which class should I use to perform the > FTP? > Can I use HTTP to transfer file as well? How to do this by VB .NET > Thanks > > "a" <a@mail.com> schrieb: ..NET 1.*:> If I want to write a FTP client, which class should I use to perform the > FTP? Accessing FTP servers in .NET applications <URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> ???????:uVuFY1nzGHA.3***@TK2MSFTNGP06.phx.gbl...> "a" <a@mail.com> schrieb: Hi> > If I want to write a FTP client, which class should I use to perform the > > FTP? > > .NET 1.*: > > Accessing FTP servers in .NET applications > <URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en> > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> Thank you very much for your reply. But, the FtpWebRequest Class is only limited to a few platforms. I have not installed SP2, therefore, the class may not be the solution for me. Is there any other way to use the FTP for my application? Is there any FTP module written by other developers? Thanks > Thank you very much for your reply. This is written for the 1.1 Platform. It's a simple console program to > But, the FtpWebRequest Class is only limited to a few platforms. I have > not > installed SP2, therefore, the class may not be the solution for me. Is > there > any other way to use the FTP for my application? Is there any FTP module > written by other developers? download a file from an FTP server. If you have any questions, don't be afraid to email me. http://boycot.no-ip.com/vb/GETFTPSource.htm If you want to use Http to transfer a file "WebClient" class is enough.For
ftp using use "WebRequest" class. Show quoteHide quote "a" <a@mail.com> wrote in message news:emMzmXmzGHA.4092@TK2MSFTNGP04.phx.gbl... > Hi, > If I want to write a FTP client, which class should I use to perform the > FTP? > Can I use HTTP to transfer file as well? How to do this by VB .NET > Thanks > >
Structures, Classes for storing data
Changing the text of a Command Button using SetWindowText Is Thread.Abort() blocking until Thread has exited? Validating emails how to add dynamic tooltip when dragging scrollbar of datagridview Appending text to an array of textboxes what is wrong with this Convert Access Table to Text File using VB StreamWriter, FileStream throwing uncatchable NullReferenceException Is there a Library or component for creating HTML? |
|||||||||||||||||||||||