API17

API17:JFTP:: findMode

From Joomla! Documentation

Joomla 11.1 JFTP::_findMode

Description

Method to find out the correct transfer mode for a specific file.


public function _findMode ($fileName)
Parameter Type Default Description
$fileName string Name of the file
  • Returns integer Transfer-mode for this filetype [FTP_ASCII|FTP_BINARY]
  • Defined on line 1402 of libraries/joomla/client/ftp.php
  • Referenced by

See also


User contributed notes

Code Examples