public void Noop() { try { _client.BaseRequest($"{FTPCommand.NOOP}"); } catch (Exception ex) { LogHelper.Error("FTPClient Noop", ex); } }