I performed the icacls command as you suggested, but the result is the same:
And then via CMD:
As before, I was able to delete the directory with Windows Explorer.
"dan" is a member of Administrators, but generally I am prompted by Windows UAC to agree to an action that requires Administrative privileges; but not with Windows Explorer. In any event, CMD was launched as "dan" (but not as Administrator). Odd, too, that this seems to affect only subdirs, but not the files within them...
< 2025-10-14 10:53:53.754 Script: Synchronizing...
. 2025-10-14 10:53:53.754 Synchronizing local directory 'I:\vps116136\faulkner\59forum\vendor\' with remote directory '/home/faulkner/public_html/59forum/vendor/', params = 0x3 (Delete, NoConfirmation)
< 2025-10-14 10:53:53.770 Script: Error deleting file 'I:\vps116136\faulkner\59forum\vendor\lusitanian\oauth\src\OAuth\Common\Service'.
< 2025-10-14 10:53:53.770 System Error. Code: 5.
< 2025-10-14 10:53:53.770 Access is denied
. 2025-10-14 10:53:53.770 Script: Failed
. 2025-10-14 10:53:53.770 Script: Exit code: 1
And then via CMD:
I:\vps116136\faulkner\59forum\vendor\lusitanian\oauth\src\OAuth\Common\Service>dir
Volume in drive I is Data Drive
Volume Serial Number is BCC8-BC56
Directory of I:\vps116136\faulkner\59forum\vendor\lusitanian\oauth\src\OAuth\Common\Service
07/24/2024 10:21 AM <DIR> .
07/24/2024 10:21 AM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 1,025,259,339,776 bytes free
I:\vps116136\faulkner\59forum\vendor\lusitanian\oauth\src\OAuth\Common\Service>cd ..
I:\vps116136\faulkner\59forum\vendor\lusitanian\oauth\src\OAuth\Common>rmdir Service
Access is denied.
As before, I was able to delete the directory with Windows Explorer.
"dan" is a member of Administrators, but generally I am prompted by Windows UAC to agree to an action that requires Administrative privileges; but not with Windows Explorer. In any event, CMD was launched as "dan" (but not as Administrator). Odd, too, that this seems to affect only subdirs, but not the files within them...