Jump to content

How to get date from file ?


Ysengrim
 Share

Recommended Posts

Guys,

I don't know how the get the date when the file was created of a file on my website so I can check if I need to update the file / upload the file with a newer version

Is there a command I can use?

I tried :

1) FileGetTime but it seems it only works on files on th harddisk of the computer and not for files on a website

2) InetgetSize is looking for the size but it seems there is no command for getting the date ...

Ysengrim

Link to comment
Share on other sites

If file is on FTP then use FTP UDF.

There is _FtpFileFindFirst() and _FtpFileFindNext() which returns also date/time of file on FTP server

Sorry don't understand

What means UDF in the sentence FTP UDF?

I looked into the file FTP.au3 and didn't find any _FtpFileFindFirst() function

Is it possible I don't have the right FTP.au3?

Link to comment
Share on other sites

Sorry don't understand

What means UDF in the sentence FTP UDF?

I looked into the file FTP.au3 and didn't find any _FtpFileFindFirst() function

Is it possible I don't have the right FTP.au3?

UDF - User Defined Function

Search forum for _FTPFindNextFile

Here is link: http://www.autoitscript.com/forum/index.ph...st&p=431353

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...