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