Doing FTP in C#

  • Thread starter Thread starter Oleg Mustiazza
  • Start date Start date
O

Oleg Mustiazza

Are there any classes for doing FTP in C#, similar to the CFtpConnection in
MFC?

Thanks,
 
Hi Oleg,

May be you need to write the class yourself to implement ftp,
There are some samples in the link below, I think you can get some
information:
http://www.codeproject.com/info/search.asp?target=ftp+C#&st=tt&qm=all

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Oleg Mustiazza" <.>
| Subject: Doing FTP in C#
| Date: Sun, 7 Sep 2003 22:11:04 -0700
| Lines: 6
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: adsl-64-168-29-25.dsl.snfc21.pacbell.net 64.168.29.25
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:183082
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Are there any classes for doing FTP in C#, similar to the CFtpConnection
in
| MFC?
|
| Thanks,
|
|
|
 
Back
Top