c# - Retrieving creation date of file (FTP) - Stack Overflow
I'm using the System.Net.FtpWebRequest class and my code is as follows: FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp://example.com/folder"); request.Method = ... Unfortunately, there's no really reliable and efficient way to retrieve ......