Bugzilla – Bug 5094
IgnoreFilePermErr does not work correctly
Last modified: 2007-03-23 17:03:24
You need to log in before you can comment on or make changes to this bug.
IgnoreFilePermErr always returned false in the RFT server code, because the code is retrieving the wrong column from the database. If the destination did not support setting file permissions, an exception will be thrown because the IgnoreFilePermErr is not checked here, it is only the source which is checked for this. (This occurs when the souce GridFTP is Linux and the distination is Windows.) I have attached a patch which fixes these two errors.
Created an attachment (id=1207) [details] Patch to fix file permissions errors
Fix committed to the release branch. Thanks for the patch. We appreciate it very much.