Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Perhogan

SOLVED:

i found my way with the executecommand "chgrp"
Perhogan

Would the Session.ExecuteCommand be of help?

if yes waht would be the command to change the group?

thanks!
Perhogan

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?