private void TestGet(FtpsClient client)
        {
            bool get = client.Get(remoteFilePath, localDir);

            True(get, client);
        }