Dev
ac74d31933
feat(04-03): implement FileTransferService with MoveCopyUtil and conflict policies
- FileTransferService.cs: CSOM copy/move via MoveCopyUtil.CopyFileByPath/MoveFileByPath
- Conflict policies: Skip (catch ServerException), Overwrite (overwrite=true), Rename (KeepBoth=true)
- ResourcePath.FromDecodedUrl for special character support
- Recursive folder enumeration with system folder filtering
- EnsureFolderAsync creates intermediate destination folders
- Best-effort metadata preservation (ResetAuthorAndCreatedOnCopy=false)
- FileTransferServiceTests.cs: 4 passing tests, 3 skipped (integration)
2026-04-03 10:02:57 +02:00
..
2026-04-03 09:53:05 +02:00
2026-04-03 10:02:09 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 10:02:09 +02:00
2026-04-02 15:31:57 +02:00
2026-04-03 10:02:57 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 15:23:04 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 13:51:15 +02:00
2026-04-02 15:23:04 +02:00
2026-04-02 14:04:22 +02:00
2026-04-02 13:50:35 +02:00
2026-04-02 15:23:04 +02:00
2026-04-03 09:53:05 +02:00
2026-04-02 13:53:45 +02:00
2026-04-02 12:10:56 +02:00
2026-04-02 15:30:44 +02:00
2026-04-02 14:04:22 +02:00
2026-04-02 12:12:02 +02:00
2026-04-02 13:50:35 +02:00
2026-04-02 15:26:16 +02:00