2BrightSparks
Hi, is it possible to add a property that returns the FTP servers timezone, i.e. what's returned from SITE ZONE less the UTC prefix. The reason I ask is that some (annoying and non-compliant) FTP servers our customers have assume the date & time passed with MDTM is a local date & time and not UTC. In this case we need to know what timezone it's in so we can adjust it accordingly. Better yet, if you could add a new SetFileTime method, e.g. SetFileTimeEx, to take this automatically into account it would be great. We could do this manually, but I'm sure others would find such a feature very useful. At the moment the user needs to state that the FTP server is non-compliant as it's not possible to know (although if they support MLST/MLSD then they always return the date & times in UTC). Thanks.