ftp with .net 1.1  
Author Message
Ramanakumar





PostPosted: .NET Framework Networking and Communication, ftp with .net 1.1 Top

Hey

any body help me

how to upload files to online ftp server using .net 1.1

regards,

Ramana kumar.



.NET Development34  
 
 
RizwanSharp





PostPosted: .NET Framework Networking and Communication, ftp with .net 1.1 Top

.Net 1.1 doesnot include any class FtpClient but .Net 2.0 does. So many people have open source implementation of Ftp Client for .Net 1.1! You can use one of them.

Seee:

http://www.csharphelp.com/archives/archive9.html

http://www.dnzone.com/ShowDetail.asp NewsId=223

Cheers ;-)