2010년 2월 5일 금요일

An FTP client library for .NET 2.0

출처: http://www.codeproject.com/KB/IP/FtpClient.aspx

 
사용예:

using FTP;


FTPclient ftpclient = new FTPclient(ftp_URL, userIdentity, userPassword);

ftpclient.Upload(new FileInfo(filePath), targetAddress);

ftpclient.Download("nanika.zip", "d:\\nanika1.zip", true);

댓글 없음:

댓글 쓰기