I'm looking for a short bit of sample code which uses the System.Net.FtpWebRequest namespace to get the timestamp of a specified remote file on an ftp server. I know I need to set the Method property of my request object to WebRequestMethods.Ftp.GetDateTimestamp but I'm not sure how to get the response back into a System.DateTime object.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yep - thats pretty much what I ended up with. I went with something like this
|
|||||
|
|
To get the date field only but not the time, do exactly as the first answer in this thread with the following exception:
|
||||
|
|
|
Something like this:
|
|||
|
|