Hi,
I have a process that downloads several different zip files from a central IIS FTP server and unpacks them to build VMs. The zip files reside in virtual FTP sites on an IIS 7.5 server. This all works fine - I use a local user on the FTP member server called"ftpuser" to allow access. When I first copy the zip file into the FTP virtual folder it inherits all of the top level folder's permissions, as I would expect, including the "ftpuser". However, once I need to make a change to one of the zip files the permissions change. If I edit the zip file, I lose all permissions on the zip file - it reverts to only the Administrators Group and the System account. I have to then go in and manually re-apply the permissions. This is very awkward, as this is quite a lot of zip files.
This was not he case under previous (6.x and earlier) versions of IIS. Any help would be hugely appreciated.