Hi,

the following code fragment executes just fine and doesn't return any errors, 
but it won't change the permission of the file on the GridFTP server:

success = globus_ftp_client_chmod(&this->handle,
                                  
"gsiftp://queenbee.loni-lsu.teragrid.org:2811/tmp/test";,
                                   0777,
                                   &this->attr,
                                   done_callback,
                                   this);

I'm using Globus 5.0.2. I have also tried to run my code with 
GLOBUS_FTP_CLIENT_DEBUG_PLUGIN_MODULE enabled. The resulting log looks ok as 
well:

TEST:8170: starting chmod 0777 
gsiftp://queenbee.loni-lsu.teragrid.org:2811/tmp/test
TEST:8170: connecting to gsiftp://queenbee.loni-lsu.teragrid.org:2811/tmp/test

Can anybody confirm this behavior, or am I doing something wrong here? 

Thanks,
Ole

Reply via email to