Files
SyncFlow/app
amir 0131d8d4fd
Build & Release APK / build (push) Successful in 12m53s
v1.0.73: treat HTTP 423 Locked as success for MKCOL
SFTPGo returns HTTP 423 (Locked) on MKCOL when a directory already
exists and has an active lock. ensureRemoteDirs only handled 405
(already exists), so 423 was thrown as an exception causing all file
uploads within that directory to fail.

65 files failed every time because they were all inside directories
that returned 423 on MKCOL, not 405. Treat 423 the same as 405.
2026-06-07 02:55:50 +00:00
..