I'm not sure if this is possible so I thought I would throw it out there.
I'm getting a load of file details over FTP using the WebRequestMethods.Ftp.ListDirectoryDetails method. This is great for file names and bits like that. However when I try to parse the CreatedDate, i'm running into problems, as the date time can either be in UK format or US format, depending on which server I connect to. As discussed in this post (Link), it is not possible to determine the format from just the date. So is it possible to get the DateTime format for the server over FTP? Get the System.Globalization.CultureInfo for the server?