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