예제 #1
0
 private async Task CopyRemoteFolder(IRemoteClient client, string from, string to, IReadOnlyCollection <string> skipPaths)
 {
     await client.CopyFolder(from, to, skipPaths);
 }