PhpFtp
[ class tree: PhpFtp ] [ index: PhpFtp ] [ all elements ]

Element index for package PhpFtp

[ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ o ] [ p ] [ r ] [ s ] [ u ] [ _ ]

_

$_connection
in file PhpFtp.php, variable PhpFtp::$_connection
    Connection resource
$_options
in file PhpFtp.php, variable PhpFtp::$_options
    Options
$_remoteDirectory
in file PhpFtp.php, variable PhpFtp::$_remoteDirectory
    Remote directory
_chmodNumeric
in file PhpFtp.php, method PhpFtp::_chmodNumeric()
    Return chmod string in numeric format
_connect
in file PhpFtp.php, method PhpFtp::_connect()
    Connect to FTP server
_dirname
in file PhpFtp.php, method PhpFtp::_dirname()
    Return the dirname from a path
_downloadFile
in file PhpFtp.php, method PhpFtp::_downloadFile()
    Download a remote file
_formatRawFilesList
in file PhpFtp.php, method PhpFtp::_formatRawFilesList()
    Format raw files list
_log
in file PhpFtp.php, method PhpFtp::_log()
    Log message
_uploadFile
in file PhpFtp.php, method PhpFtp::_uploadFile()
    Upload a local file to the server
__construct
in file PhpFtp.php, method PhpFtp::__construct()
    Constructor
top

c

cdUp
in file PhpFtp.php, method PhpFtp::cdUp()
    Move one directory up
chdir
in file PhpFtp.php, method PhpFtp::chdir()
    Change remote directory
chmod
in file PhpFtp.php, method PhpFtp::chmod()
    Change permissions
close
in file PhpFtp.php, method PhpFtp::close()
    Close ftp connection
connect
in file PhpFtp.php, method PhpFtp::connect()
    Connect to ftp server
createRemoteDirectory
in file PhpFtp.php, method PhpFtp::createRemoteDirectory()
    Create a remote directory if it doesn't exist
top

d

deleteDirectory
in file PhpFtp.php, method PhpFtp::deleteDirectory()
    Delete an empty remote directory - full file path can be given
deleteFile
in file PhpFtp.php, method PhpFtp::deleteFile()
    Delete a remote file - full file path can be given
deletePath
in file PhpFtp.php, method PhpFtp::deletePath()
    Delete a path on the server
directoryExists
in file PhpFtp.php, method PhpFtp::directoryExists()
    Check if a file exists on the server in the current remote directory
downloadDirectory
in file PhpFtp.php, method PhpFtp::downloadDirectory()
    Download directory
downloadFile
in file PhpFtp.php, method PhpFtp::downloadFile()
    Download a file
downloadList
in file PhpFtp.php, method PhpFtp::downloadList()
    Download list of files/directories
top

e

exec
in file PhpFtp.php, method PhpFtp::exec()
    Execute arbitrary command
Exception.php
procedural page Exception.php
top

f

fileExists
in file PhpFtp.php, method PhpFtp::fileExists()
    Check if a file exists on the server in the current remote directory
top

g

getConnection
in file PhpFtp.php, method PhpFtp::getConnection()
    Get the FTP connection
getFileSize
in file PhpFtp.php, method PhpFtp::getFileSize()
    Get file size
getFilesList
in file PhpFtp.php, method PhpFtp::getFilesList()
    Get files list
getLastModified
in file PhpFtp.php, method PhpFtp::getLastModified()
    Get last modified timestamp
getPwd
in file PhpFtp.php, method PhpFtp::getPwd()
    Get current directory name
getRawFilesList
in file PhpFtp.php, method PhpFtp::getRawFilesList()
    Get raw files list
getServerOption
in file PhpFtp.php, method PhpFtp::getServerOption()
    Get server option
getSysType
in file PhpFtp.php, method PhpFtp::getSysType()
    Get system type
top

i

isConnected
in file PhpFtp.php, method PhpFtp::isConnected()
    Check if connection is established with FTP server
top

o

OPT_HOST
in file PhpFtp.php, class constant PhpFtp::OPT_HOST
OPT_LOG_METHOD
in file PhpFtp.php, class constant PhpFtp::OPT_LOG_METHOD
OPT_MODE
in file PhpFtp.php, class constant PhpFtp::OPT_MODE
OPT_OVERWRITE
in file PhpFtp.php, class constant PhpFtp::OPT_OVERWRITE
OPT_PASSWORD
in file PhpFtp.php, class constant PhpFtp::OPT_PASSWORD
OPT_PASV
in file PhpFtp.php, class constant PhpFtp::OPT_PASV
OPT_PORT
in file PhpFtp.php, class constant PhpFtp::OPT_PORT
OPT_REMOVE_UPLOADED
in file PhpFtp.php, class constant PhpFtp::OPT_REMOVE_UPLOADED
OPT_RESUME
in file PhpFtp.php, class constant PhpFtp::OPT_RESUME
OPT_RETRY_COUNT
in file PhpFtp.php, class constant PhpFtp::OPT_RETRY_COUNT
OPT_RETRY_ENABLE
in file PhpFtp.php, class constant PhpFtp::OPT_RETRY_ENABLE
OPT_RETRY_SLEEP
in file PhpFtp.php, class constant PhpFtp::OPT_RETRY_SLEEP
OPT_SSL
in file PhpFtp.php, class constant PhpFtp::OPT_SSL
OPT_TIMEOUT
in file PhpFtp.php, class constant PhpFtp::OPT_TIMEOUT
    Allowed options
OPT_TMP_FILE_EXTENSION
in file PhpFtp.php, class constant PhpFtp::OPT_TMP_FILE_EXTENSION
OPT_USERNAME
in file PhpFtp.php, class constant PhpFtp::OPT_USERNAME
OPT_USE_TMP_FILE
in file PhpFtp.php, class constant PhpFtp::OPT_USE_TMP_FILE
top

p

PhpFtp
in file PhpFtp.php, class PhpFtp
PhpFtp.php
procedural page PhpFtp.php
PhpFtp_Exception
in file Exception.php, class PhpFtp_Exception
    PhpFtp exception
top

r

raw
in file PhpFtp.php, method PhpFtp::raw()
    Execute raw command
rename
in file PhpFtp.php, method PhpFtp::rename()
    Rename/move a remote file or folder
top

s

setOptions
in file PhpFtp.php, method PhpFtp::setOptions()
    Set options
setPasv
in file PhpFtp.php, method PhpFtp::setPasv()
    Set passive mode
setServerOption
in file PhpFtp.php, method PhpFtp::setServerOption()
    Set server option
setTimeout
in file PhpFtp.php, method PhpFtp::setTimeout()
    Set timeout
top

u

uploadDirectory
in file PhpFtp.php, method PhpFtp::uploadDirectory()
    Upload a directory recursive to ftp server
uploadFile
in file PhpFtp.php, method PhpFtp::uploadFile()
    Upload a file to ftp server
uploadList
in file PhpFtp.php, method PhpFtp::uploadList()
    Upload a list of files/directories
top

Documentation generated on Tue, 08 May 2012 07:16:58 +0200 by phpDocumentor 1.4.3