Specify the gorup while spcifying the permissions
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?
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?