method Bs_FtpClient [line 90]
method cdUp [line 155]
uses ftp_cdup — Changes to the parent directory
Overrides
Bs_FtpClient::cdUp() (Changes to the remote parent directory.)
method chDir [line 172]
void chDir(
mixed
$directory)
|
|
ftp_chdir — Changes directories on an FTP server
Overrides
Bs_FtpClient::chDir() (Changes remote directory.)
method connect [line 113]
method delete [line 314]
void delete(
mixed
$remoteFile)
|
|
ftp_delete — Deletes a file on the ftp server.
Overrides
Bs_FtpClient::delete() (Deletes a file on the ftp server.)
method fGet [line 259]
void fGet(
mixed
$fp, mixed
$remoteFile, [mixed
$mode = NULL])
|
|
ftp_fget — Downloads a file from the FTP server and saves to an open file.
Overrides
Bs_FtpClient::fGet() (Downloads a file from the FTP server and saves to an open file.)
method fPut [line 277]
void fPut(
mixed
$fp, mixed
$remoteFile, [mixed
$mode = NULL])
|
|
ftp_fput — Uploads from an open file to the FTP server.
Overrides
Bs_FtpClient::fPut() (Uploads from an open file to the FTP server.)
method get [line 250]
void get(
mixed
$localFile, mixed
$remoteFile, [mixed
$mode = NULL])
|
|
ftp_get — Downloads a file from the FTP server.
Overrides
Bs_FtpClient::get() (Downloads a file from the FTP server.)
method lastMod [line 296]
void lastMod(
mixed
$remoteFile)
|
|
ftp_mdtm — Returns the last modified time of the given file.
Overrides
Bs_FtpClient::lastMod() (Returns the last modified time of the given remote file.)
method login [line 132]
method mkDir [line 189]
void mkDir(
mixed
$directory)
|
|
ftp_mkdir — Creates a directory
Overrides
Bs_FtpClient::mkDir() (Creates a remote directory.)
method nList [line 205]
void &nList(
mixed
$directory)
|
|
ftp_nlist — Returns a list of files in the given directory.
Overrides
Bs_FtpClient::nList() (Returns a list of files in the given remote directory.)
method pasv [line 242]
ftp_pasv — Turns passive mode on or off.
Overrides
Bs_FtpClient::pasv() (Turns passive mode on or off.)
method put [line 268]
void put(
mixed
$localFile, mixed
$remoteFile, [mixed
$mode = NULL])
|
|
ftp_put — Uploads a file to the FTP server.
Overrides
Bs_FtpClient::put() (Uploads a file to the FTP server.)
method pwd [line 140]
void pwd(
[mixed
$useCache = TRUE])
|
|
uses ftp_pwd
Overrides
Bs_FtpClient::pwd() (Returns the current remote directory name.)
method quit [line 330]
method rawList [line 216]
void &rawList(
mixed
$directory, [mixed
$parse = TRUE])
|
|
ftp_rawlist — Returns a detailed list of files in the given directory.
Tags:
Overrides
Bs_FtpClient::rawList() (Returns a detailed list of files in the given remote directory.)
method rename [line 306]
void rename(
mixed
$remoteFile, mixed
$newRemoteFile)
|
|
ftp_rename — Renames a file on the ftp server.
Overrides
Bs_FtpClient::rename() (Renames a file on the ftp server.)
method reset [line 101]
uses parent method, see there.
Tags:
Overrides
Bs_FtpClient::reset() (clears up the object by resetting all class vars to its original state, as if the object was newly created. reusing an object this way saves resources and time in php (instead of creating a new object).)
method rmDir [line 197]
void rmDir(
mixed
$directory)
|
|
ftp_rmdir — Removes a directory
Overrides
Bs_FtpClient::rmDir() (Removes a remote directory.)
method site [line 322]
void site(
mixed
$command)
|
|
ftp_site — Sends a SITE command to the server.
Overrides
Bs_FtpClient::site() (Sends a SITE command to the server.)
method size [line 286]
void size(
mixed
$remoteFile)
|
|
ftp_size — Returns the size of the given file.
Overrides
Bs_FtpClient::size() (Returns the size of the given remote file.)
method sysType [line 231]
void sysType(
[mixed
$useCache = TRUE])
|
|
ftp_systype — Returns the system type identifier of the remote FTP server.
Overrides
Bs_FtpClient::sysType() (Returns the system type identifier of the remote FTP server.)