示例#1
0
 internal FtpFile(FtpClient client, string path, string name, long size, DateTime lastWrite, FtpItemAttributes attributes)
     : base(client, path, name, lastWrite, attributes)
 {
     this.size = size;
 }         // ctor
示例#2
0
 internal FtpDirectory(FtpClient client, string path, string name, DateTime lastWrite, FtpItemAttributes attributes)
     : base(client, path, name, lastWrite, attributes)
 {
 }         // ctor