/** * @access public * * @param string $file * @return int */ public function mtime($file) { return $this->ftp->mdtm($file); }