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-02 16:10:54 +02:00
2026-04-03 09:53:05 +02:00
2026-04-03 10:02:57 +02:00
2026-04-02 15:31:25 +02:00
2026-04-02 16:10:54 +02:00
2026-04-03 10:02:57 +02:00
2026-04-02 15:44:26 +02:00
2026-04-02 15:44:26 +02:00
2026-04-02 15:38:20 +02:00
2026-04-02 15:45:29 +02:00
2026-04-02 13:50:35 +02:00
2026-04-02 15:45:29 +02:00
2026-04-02 15:45:29 +02:00
2026-04-03 09:53:05 +02:00