Page 1 of 1

FTP date

Posted: Sun Jun 07, 2009 10:19 am
by DoubleDutch
Can the FTP date command be extended so you can pick which date is returned?

Code: Select all

Result = FTPDirectoryEntryDate(#Ftp[,whichdate.l])
whichdate could be:
#PB_FTP_Created
#PB_FTP_Accessed
#PB_FTP_Modified
Default=?
I know the dates are there because I have read them with Pauls FTP lib.

Also, which date is currently returned?