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

Element index for package Net_FTP

[ f ] [ g ] [ h ] [ i ] [ n ] [ o ] [ p ]

f

FTP.php
procedural page FTP.php
top

g

getId
in file Observer.php, method Net_FTP_Observer::getId()
    Returns the listener's identifier
top

h

head
in file index.php, function head()
top

i

index.php
procedural page index.php
top

n

NET_FTP_DIRS_FILES
in file FTP.php, constant NET_FTP_DIRS_FILES
    Option to let the ls() method return directories and files (default).
NET_FTP_DIRS_ONLY
in file FTP.php, constant NET_FTP_DIRS_ONLY
    Option to let the ls() method return only directories.
NET_FTP_ERR_CHMOD_FAILED
in file FTP.php, constant NET_FTP_ERR_CHMOD_FAILED
    Error code to indicate that the CHMOD command failed.
NET_FTP_ERR_CONNECT_FAILED
in file FTP.php, constant NET_FTP_ERR_CONNECT_FAILED
    Error code to indicate a failed connection This error code indicates, that the connection you tryed to set up could not be established. Check your connection settings (host & port)!
NET_FTP_ERR_CREATEDIR_FAILED
in file FTP.php, constant NET_FTP_ERR_CREATEDIR_FAILED
    Error code to indicate that the creation of a directory failed The directory you tryed to create could not be created. Check the access rights on the parent directory!
NET_FTP_ERR_CREATELOCALDIR_FAILED
in file FTP.php, constant NET_FTP_ERR_CREATELOCALDIR_FAILED
    Error code to indicate that a local directory failed to be created You tried to create a local directory through getRecursive() method, which has failed. Ensure that you have the appropriate access rights to create it.
NET_FTP_ERR_DATEFORMAT_FAILED
in file FTP.php, constant NET_FTP_ERR_DATEFORMAT_FAILED
    Error code to indicate that a date returned by the server was misformated
NET_FTP_ERR_DELETEDIR_FAILED
in file FTP.php, constant NET_FTP_ERR_DELETEDIR_FAILED
    Error code to indicate that the deletion of a directory faild The specified file could not be deleted. Ensure to have sufficient access rights to delete the file.
NET_FTP_ERR_DELETEFILE_FAILED
in file FTP.php, constant NET_FTP_ERR_DELETEFILE_FAILED
    Error code to indicate that the deletion of a file failed The specified file could not be deleted. Ensure to have sufficient access rights to delete the file.
NET_FTP_ERR_DETERMINEPATH_FAILED
in file FTP.php, constant NET_FTP_ERR_DETERMINEPATH_FAILED
    Error code to indicate that Net_FTP could not determine the current path The cwd() method failed and could not determine the path you currently reside in on the FTP server.
NET_FTP_ERR_DIRCHANGE_FAILED
in file FTP.php, constant NET_FTP_ERR_DIRCHANGE_FAILED
    Error code to indicate a failed directory change The cd() method failed. Ensure that the directory you wanted to access exists.
NET_FTP_ERR_DIRLIST_UNSUPPORTED
in file FTP.php, constant NET_FTP_ERR_DIRLIST_UNSUPPORTED
    Error code to indicate that the directory listing failed
NET_FTP_ERR_DISCONNECT_FAILED
in file FTP.php, constant NET_FTP_ERR_DISCONNECT_FAILED
    Error code to indicate failed disconnecting This error code indicates, that disconnection was not possible.
NET_FTP_ERR_EXEC_FAILED
in file FTP.php, constant NET_FTP_ERR_EXEC_FAILED
    Error code to indicate that the EXEC execution failed.
NET_FTP_ERR_EXTFILENOTEXIST
in file FTP.php, constant NET_FTP_ERR_EXTFILENOTEXIST
    Error code to indicate that the provided extension file doesn't exist The provided extension file does not exist. Ensure to provided an existant extension file.
NET_FTP_ERR_EXTFILEREAD_FAILED
in file FTP.php, constant NET_FTP_ERR_EXTFILEREAD_FAILED
    Error code to indicate that the provided extension file is not readable The provided extension file is not readable. Ensure to have sufficient access rights for it.
NET_FTP_ERR_HOSTNAMENOSTRING
in file FTP.php, constant NET_FTP_ERR_HOSTNAMENOSTRING
    Error code to indicate that the provided hostname was incorrect The hostname you provided was invalid. Ensure to provide either a full qualified domain name or an IP address.
NET_FTP_ERR_LOCALFILENOTEXIST
in file FTP.php, constant NET_FTP_ERR_LOCALFILENOTEXIST
    Error code to indicate that the file you wanted to upload does not exist The file you tried to upload does not exist. Ensure that it exists.
NET_FTP_ERR_LOCALPATHNODIR
in file FTP.php, constant NET_FTP_ERR_LOCALPATHNODIR
    Error code to indicate that you specified an incorrect directory path The local path you specified seems not to be a directory. Ensure that the path you specify is a directory and that the path string ends with a /.
NET_FTP_ERR_LOGIN_FAILED
in file FTP.php, constant NET_FTP_ERR_LOGIN_FAILED
    Error code to indicate a failed login This error code indicates, that the login to the FTP server failed. Check your user data (username & password).
NET_FTP_ERR_MDTMDIR_UNSUPPORTED
in file FTP.php, constant NET_FTP_ERR_MDTMDIR_UNSUPPORTED
    Error code to indicate that the MDTM command failed The MDTM command is not supported for directories. Ensure that you gave a file path to the mdtm() method, not a directory path.
NET_FTP_ERR_MDTM_FAILED
in file FTP.php, constant NET_FTP_ERR_MDTM_FAILED
    Error code to indicate that the MDTM command failed The MDTM command failed. Ensure that your server supports the MDTM command.
NET_FTP_ERR_NOMODECONST
in file FTP.php, constant NET_FTP_ERR_NOMODECONST
    Error code to indicate that you provided an invalid mode constant The mode constant you provided was invalid. You may only provide FTP_ASCII or FTP_BINARY.
NET_FTP_ERR_OVERWRITELOCALFILE_FAILED
in file FTP.php, constant NET_FTP_ERR_OVERWRITELOCALFILE_FAILED
    Error code to indicate that a local file could not be overwritten Also you specified to overwrite the local file you want to download to, it has not been possible to do so. Check that you have the appropriate access rights on the local file to overwrite it.
NET_FTP_ERR_OVERWRITELOCALFILE_FORBIDDEN
in file FTP.php, constant NET_FTP_ERR_OVERWRITELOCALFILE_FORBIDDEN
    Error code to indicate that a local file could not be overwritten You specified not to overwrite files. Therefore the local file has not been overwriten. If you want to get the file overwriten, please set the option to do so.
NET_FTP_ERR_OVERWRITEREMOTEFILE_FORBIDDEN
in file FTP.php, constant NET_FTP_ERR_OVERWRITEREMOTEFILE_FORBIDDEN
    Error code to indicate that a remote file could not be overwritten You specified not to overwrite files. Therefore the remote file has not been overwriten. If you want to get the file overwriten, please set the option to do so.
NET_FTP_ERR_PASSWORDNOSTRING
in file FTP.php, constant NET_FTP_ERR_PASSWORDNOSTRING
    Error code to indicate that the username you provided was invalid.
NET_FTP_ERR_PORTLESSZERO
in file FTP.php, constant NET_FTP_ERR_PORTLESSZERO
    Error code to indicate that the provided port was incorrect The port number you provided was invalid. Ensure to provide either a a numeric port number greater zero.
NET_FTP_ERR_RAWDIRLIST_FAILED
in file FTP.php, constant NET_FTP_ERR_RAWDIRLIST_FAILED
    Error code to indicate that the directory listing failed PHP could not list the directory contents on the server. Ensure that your server is configured appropriate.
NET_FTP_ERR_REMOTEPATHNODIR
in file FTP.php, constant NET_FTP_ERR_REMOTEPATHNODIR
    Error code to indicate that you specified an incorrect directory path The remote path you specified seems not to be a directory. Ensure that the path you specify is a directory and that the path string ends with a /.
NET_FTP_ERR_RENAME_FAILED
in file FTP.php, constant NET_FTP_ERR_RENAME_FAILED
    Error code to indicate that a file rename failed The renaming of a file on the server failed. Ensure that you have the appropriate access rights to rename the file.
NET_FTP_ERR_SETTIMEOUT_FAILED
in file FTP.php, constant NET_FTP_ERR_SETTIMEOUT_FAILED
    Error code to indicate that you provided an invalid timeout An error occured while setting the timeout. Ensure that you provide a valid integer for the timeount and that your PHP installation works correctly.
NET_FTP_ERR_SITE_FAILED
in file FTP.php, constant NET_FTP_ERR_SITE_FAILED
    Error code to indicate that the SITE command failed.
NET_FTP_ERR_SIZE_FAILED
in file FTP.php, constant NET_FTP_ERR_SIZE_FAILED
    Error code to indicate that the SIZE command failed The determination of the filesize of a file failed. Ensure that your server supports the SIZE command.
NET_FTP_ERR_TIMEOUTLESSZERO
in file FTP.php, constant NET_FTP_ERR_TIMEOUTLESSZERO
    Error code to indicate that you provided an invalid timeout The timeout you provided was invalid. You have to provide a timeout greater or equal to zero.
NET_FTP_ERR_UPLOADFILE_FAILED
in file FTP.php, constant NET_FTP_ERR_UPLOADFILE_FAILED
    Error code to indicate that the upload of a file failed The upload you tried failed. Ensure that you have appropriate access rights to upload the desired file.
NET_FTP_ERR_USERNAMENOSTRING
in file FTP.php, constant NET_FTP_ERR_USERNAMENOSTRING
    Error code to indicate that the username you provided was invalid.
NET_FTP_FILES_ONLY
in file FTP.php, constant NET_FTP_FILES_ONLY
    Option to let the ls() method return only files.
Net_FTP_Observer
in file Observer.php, method Net_FTP_Observer::Net_FTP_Observer()
    Creates a new basic Net_FTP_Observer instance.
Net_FTP_Observer
in file Observer.php, class Net_FTP_Observer
    This class implements the Observer part of a Subject-Observer design pattern. It listens to the events sent by a Net_FTP instance.
NET_FTP_RAWLIST
in file FTP.php, constant NET_FTP_RAWLIST
    Option to let the ls() method return the raw directory listing from ftp_rawlist().
notify
in file Observer.php, method Net_FTP_Observer::notify()
    This is a stub method to make sure that Net_FTP_Observer classes do something when they are notified of a message. The default behavior is to just do nothing.
notify
in file observer.php, method Observer_ProgressUpload::notify()
top

o

observer.php
procedural page observer.php
Observer.php
procedural page Observer.php
Observer_ProgressUpload
in file observer.php, method Observer_ProgressUpload::Observer_ProgressUpload()
Observer_ProgressUpload
in file observer.php, class Observer_ProgressUpload
    Initializing test variables (required!)
top

p

$progress
in file observer.php, variable Observer_ProgressUpload::$progress
top

Documentation generated on Mon, 11 Mar 2019 14:11:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.