private static void DoRenameFile(FtpsClient client) { client.RenameFile(NormalizeRemotePath(_commandArguments[0]), NormalizeRemotePath(_commandArguments[1])); }