Packageindex Classtrees Modulegroups Elementlist Report XML Files
A C D E F G h L M N P p R S s u

A

Alloc Function in class FTP
Sends an ALLO command to the remote FTP server to allocate filesize bytes of space.

C

Cdup Function in class FTP
Changes to the parent directory.
Chdir Function in class FTP
Changes to the specified directory.
Chmod Function in class FTP
Sets the permissions on the remote file specified by filename to mode given as
Close Function in class FTP
Closes connection with the FTP server.

D

Directory Function in class FTP
Returns an array of filenames on success, false on error.
Delete Function in class FTP
Deletes the file specified by path from the FTP server.

E

ExtractInfo Function in class FTP
This function extracts file information from the raw result string. Associative array
Exec Function in class FTP
Request execution of program on FTP server. This may be forbidden for your account.

F

FTP Class FTP.
This class provides methods for handling FTP connections. It is not only an object
FTP Function in class FTP
Constructor: connects to the FTP server and creates new FTP object associated with the connection.
FGet Function in class FTP
Retrieves remote_file from the FTP server, and writes it to the given file pointer, fp.
FGetNb Function in class FTP
Retrieves remote_file from the FTP server, and writes it to the given file pointer, fp.
FPut Function in class FTP
Uploads the data from the file pointer fp until end of file. The results are stored in remote_file on the FTP server.
FPutNb Function in class FTP
Uploads the data from the file pointer fp until end of file. The results are stored in remote_file on the FTP server.
FOpenRead Function in class FTP
Opens remote file for reading and returns the file handler.
FCloseRead Function in class FTP
Closes remote file open for reading by FTP::FOpenRead() method.
FOpenWrite Function in class FTP
Opens the remote file for writing and returns the file handler.
FCloseWrite Function in class FTP
Closes remote file open for writing by FTP::FOpenWrite() method and saves the changes.
FTP_TEMP_DIRECTORY Constant defined in class FTP
FTP Class Package

G

GetOption Function in class FTP
Returns value of specified FTP option.
Get Function in class FTP
Retrieves remote_file from the FTP server, and saves it to local_file locally.
GetNb Function in class FTP
Retrieves remote_file from the FTP server, and saves it to local_file locally.
GetDirectory Function in class FTP
Downloads full directory recursively.

h

$host Variable in Class FTP
Server name or IP.

L

Login Function in class FTP
Logs in as a custom user.

M

Mkdir Function in class FTP
Creates the specified directory. Returns the newly created directory name on success, false on error.
Modified Function in class FTP
Checks the last-modified time for a file, and returns it as a UNIX timestamp.

N

NbContinue Function in class FTP
Continues retrieving/sending a file non-blocking.

P

Passive Function in class FTP
If mode is defined then turns data transfer passive mode to its value. Otherwise returns
Pwd Function in class FTP
Returns the current directory name, or false on error.
Put Function in class FTP
Stores local_file on the FTP server, as remote_file.
PutNb Function in class FTP
Stores local_file on the FTP server, as remote_file.
PutDirectory Function in class FTP
Uploads full directory recursively.

p

$port Variable in Class FTP
FTP service port number.
$pass Variable in Class FTP
FTP account password
$passive Variable in Class FTP
Connection passive mode.

R

Rmdir Function in class FTP
Removes the remote directory even if non-empty. In this case the directory is removed
RawList Function in class FTP
Executes the FTP LIST command, and returns the result as an array.
Rename Function in class FTP
Renames (moves) the file on the FTP server.
Raw Function in class FTP
Sends an arbitrary command to the FTP server. Returns the server's response as an array

S

SetOption Function in class FTP
Sets specified FTP option.
SysType Function in class FTP
Returns the system type (e.g. "UNIX") of the remote FTP server.
Size Function in class FTP
Returns the size of a file. If an error occurs, of if the file does not exist, -1
Site Function in class FTP
Sends the command specified by cmd to the FTP server.

s

$stream Variable in Class FTP
FTP connection identifier.
$secure Variable in Class FTP
Connection security (SSL)

u

$user Variable in Class FTP
FTP account username.
Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta