API17

Difference between revisions of "JFTP:: mode"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (JoomlaWikiBot moved page JFTP:: mode/11.1 to API17:JFTP:: mode without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 17:49, 10 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFTP::_mode[edit]

Description[edit]

Set transfer mode.

Template:Description:JFTP:: mode [Edit Descripton]

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[edit]

Template:SeeAlso:JFTP:: mode [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />