Exemplo n.º 1
0
 protected override bool IsEmpty(string path)
 {
     return(!_sshFtpClient.GetFiles(path).Any());
 }