Exemplo n.º 1
0
        public override bool DownloadFile(string localDest, string remotePath)
        {
            var ftpStatus = _client.DownloadFile(localDest, remotePath);

            return(ftpStatus == FluentFTP.FtpStatus.Success);
        }