FileTime Property
The last modification time of the file pointed to by RemoteFile .
Object Oriented Interface
public function getFileTime();
Procedural Interface
ipworks_ftp_get($res, 12 );
Default Value
''
Remarks
When this property is read, the FTP server is queried for the file modification time, and the response is provided as the property value. The time will be converted to the local time zone.
If the class is busy or is not connected, an empty string is returned.
This property is read-only and not available at design time.
Data Type
String