FlashFXP Forums

FlashFXP Forums (https://oss.azurewebsites.net/forum/)
-   Bug Reports (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/ioftpd-beta/bug-reports/)
-   -   [Fixed] itcl: vfs write group ownership not working (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/ioftpd-beta/bug-reports/7688-fixed-itcl-vfs-write-group.html)

Mouton 01-24-2004 12:32 PM

itcl: vfs write group ownership not working
 
It seems vfs write doesn't write the ownergroup...

GroupIdTable:
Admins:0:STANDARD
NoGroup:1:STANDARD
Trial:2:STANDARD

itcl:
set result [vfs read $realdir]
iputs "vfs read $realdir: $result"
vfs write $realdir [lindex $result 0] [lindex $result 1] 000
iputs "vfs write $realdir [lindex $result 0] [lindex $result 1] 000"

before:
drwxrwxrwx 2 Mouton Admins 17092 Jan 18 21:12 testFolderName

output:
[12:23:24] [L] 200-vfs read d:/ioftpd/site/mp3/040118/testFolderName: 10 0 777
[12:23:24] [L] 200-vfs write d:/ioftpd/site/mp3/040118/testFolderName 10 0 000
[12:23:24] [L] 200 Command successful.

after:
d--------- 2 Mouton nogroup 17092 Jan 18 21:12 testFolderName

I also tried other values for <gid> in vfs write, always gets nogroup as owner group.

b>d>>s 01-24-2004 12:53 PM

nope it dont, u get NoGroup or whatever ..

darkone 01-24-2004 01:45 PM

Will check that tomorrow.. propably something wrong with gid boundary check.

darkone 01-25-2004 12:03 PM

Fixed... it was storing UID instead of GID to gid variable :)


All times are GMT -5. The time now is 09:43 PM.

Powered by vBulletin® Version 3.8.11 Alpha 3
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)