Net_FTP::execute()

Net_FTP::execute() -- executes a command on the server.

Synopsis

require_once 'Net/FTP.php';

mixed Net_FTP::execute (string $command)

Beschreibung

Executes a given command on the server (the SITE EXEC command is added by the method).

Parameter

Rückgabewert

mixed - true on success, otherwise PEAR::Error.

Fehler-Meldungen

The returned PEAR_Error object in case of an error is specific. There is only one errornumber which may occur. The message given by this error will contain the directory where the error occurred in "Execution of command '$command' failed". operation fails.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel