API17

API17:JFTP:: mode

From Joomla! Documentation

Joomla 11.1 JFTP::_mode

Description

Set transfer mode.


public function _mode ($mode)
Parameter Type Default Description
$mode int 0:Ascii] Defined constants can also be used [FTP_BINARY|FTP_ASCII]
  • Returns boolean True if successful
  • Defined on line 1428 of libraries/joomla/client/ftp.php
  • Referenced by

See also


User contributed notes

Code Examples