SOLVED:
i found my way with the executecommand "chgrp"
Would the Session.ExecuteCommand be of help?
if yes waht would be the command to change the group?
thanks!
I have implemented a VBA that allows me to create several excel files and upload them to an SFTP server.
After that i just need to connect to and online application and specify the folder where i copied them for triggering the execution on the server (the excel has a macro that creates the input file for a computational model).
however to be able to execute the file from the online application, i would need to make them executable for a specific group of users.
by default the group that is assigned to the files upon the session.PutFiles command is not the right one.
is there a way to specify the group similarly as i can do from the user interface?