using FTP;
FTPclient ftpclient = new FTPclient(ftp_URL, userIdentity, userPassword);
ftpclient.Upload(new FileInfo(filePath), targetAddress);
ftpclient.Download("nanika.zip", "d:\\nanika1.zip", true);
댓글 없음:
댓글 쓰기