web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Get last modified date time attribute of ftp file

(0) ShareShare
ReportReport
Posted on by 1,087

hi,

i have the need to download files from ftp and archive them locally. I want to arrange them by their ftp's last modified date time, a new directory for each YYYYMMDD.

I'm trying to read that attribute, but no luck.

That's what im doing, file download works fine but i cannot retrieve modifieddatetime attribute (lastModifiedDateTime variable gets an empty value in the end...):

System.Object               ftpo;

System.Object               ftpResponse;
System.Net.FtpWebRequest    request;
System.IO.Stream            responseStream;
System.Net.FtpWebResponse   response;
utcDateTime                 lastModifiedDateTime;

...

//ftp login operations...

...

request.set_Method("RETR");
request.set_Proxy( System.Net.GlobalProxySelection::GetEmptyWebProxy() );
ftpResponse = request.GetResponse();
response = ftpResponse;
responseStream = response.GetResponseStream();

lastModifiedDateTime = response.get_LastModified();

*This post is locked for comments

I have the same question (0)
  • vv1984 Profile Picture
    1,087 on at

    Solved: i had to use the MDTM ftp command instead of RETR.

    and then reponse.get_LastModified() method. The return value can be casted into utcDateTime data type.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans