V
Vadym Stetsyak
under .NET 2.0 there is FtpWebRequest and FtpWebResponse.
under lower version of framework you have to implement your own library that
will work with
FTP or find free one.
( http://www.codeproject.com/csharp/ftpdriver1.asp )
( http://www.codeproject.com/csharp/ftp.asp )
under lower version of framework you have to implement your own library that
will work with
FTP or find free one.
( http://www.codeproject.com/csharp/ftpdriver1.asp )
( http://www.codeproject.com/csharp/ftp.asp )