Ejemplo n.º 1
0
 public override DateTime GetModifiedDateTime(string remotePath)
 {
     FluentFTP.FtpListItem item = _client.GetObjectInfo(remotePath);
     return(item.Modified);   //Created does not seem to work properyly during tests
 }