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

Announcements

No record found.

News and Announcements icon
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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans