예제 #1
0
 public FtpUpload(FtpConfig ftpConfig, byte[] content, string fileName)
 {
     this.FtpConfig = ftpConfig;
     this.Content   = content;
     this.FileName  = fileName;
 }
예제 #2
0
 public FtpDownload(FtpConfig ftpConfig, string fileName)
 {
     this.FtpConfig = FtpConfig;
     this.FileName  = FileName;
 }
예제 #3
0
 public FtpDelete(FtpConfig ftpConfig, string fileName)
 {
     this.FtpConfig = ftpConfig;
     this.FileName  = fileName;
 }