Does anyone here know if it is possible to chmod a file on a unix-server with VBA for Excel in one way or another? I hoped FTPCommand would be able to do that, but apparently not.
I am creating an Excel sheet, in which the user starts a VBA macro, that FTPGet's a file from his ftp-server, then the file get's deleted with a FTPDelete on the server, after which it get's copied to the ftp-server again with FTPPut.
The problem is, when the new, empty file is on the server, it gets a chmod from 644. I need it to get a chmod of 666. How can I achieve that with VBA for excel?
I am creating an Excel sheet, in which the user starts a VBA macro, that FTPGet's a file from his ftp-server, then the file get's deleted with a FTPDelete on the server, after which it get's copied to the ftp-server again with FTPPut.
The problem is, when the new, empty file is on the server, it gets a chmod from 644. I need it to get a chmod of 666. How can I achieve that with VBA for excel?