API17:JFTP:: findMode
From Joomla! Documentation
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
JFTP::_findMode source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::_findMode
User contributed notes
Code Examples