You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When MC copies a file into some EXTFS it uses a local copy of source file and gives a path to this copy to EXTFS scripit. But it doesn't set stat info of this local file, so EXTFS script has no chance to get stat info of true source.
I've fixed this problem, now MC performs chown(), chmod() and utime() on local copy. Struct definitions from src/vfs/extfs/extfs.c were moved to extfs.h, src/filemanager/file.c now includes extfs.h.
Note
Original attachments:
patchfile.patch (raw) by Nicolas Rybkin (mfkorenev@….ru) on May 31, 2016 at 16:58 UTC
The text was updated successfully, but these errors were encountered:
Important
This issue was migrated from Trac:
Nicolas Rybkin
(mfkorenev@….ru)When MC copies a file into some EXTFS it uses a local copy of source file and gives a path to this copy to EXTFS scripit. But it doesn't set stat info of this local file, so EXTFS script has no chance to get stat info of true source.
I've fixed this problem, now MC performs chown(), chmod() and utime() on local copy. Struct definitions from src/vfs/extfs/extfs.c were moved to extfs.h, src/filemanager/file.c now includes extfs.h.
Note
Original attachments:
Nicolas Rybkin
(mfkorenev@….ru) onMay 31, 2016 at 16:58 UTC
The text was updated successfully, but these errors were encountered: