Jump to content

Recommended Posts

Posted

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

Posted

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?

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
×
×
  • Create New...