Esempio n. 1
0
 public bool Download(FTPfileInfo file, string localFilename, bool PermitOverwrite)
 {
     return this.Download(file.FullName, localFilename, PermitOverwrite);
 }
Esempio n. 2
0
 // Methods
 public bool Eb__0(FTPfileInfo f)
 {
     return ((f.FileType == FTPfileInfo.DirectoryEntryTypes.Directory) && (f.Filename == this.CS_8__locals2.dirArray[this.i]));
 }
Esempio n. 3
0
 public bool Download(FTPfileInfo file, FileInfo localFI, bool PermitOverwrite)
 {
     return this.Download(file.FullName, localFI, PermitOverwrite);
 }