[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
PemFTP - An Ftp implementation in pure PHP
Author: | Alexey Dotsenko |
Copyright: | Alexey Dotsenko |
License: | LGPL https://opensource.org/licenses/lgpl-license.html |
Version: | 1.0 |
File Size: | 913 lines (27 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ftp_base:: (48 methods):
__construct()
ftp_base()
parselisting()
SendMSG()
SetType()
_settype()
Passive()
SetServer()
SetUmask()
SetTimeout()
connect()
quit()
login()
pwd()
cdup()
chdir()
rmdir()
mkdir()
rename()
filesize()
abort()
mdtm()
systype()
delete()
site()
chmod()
restore()
features()
rawlist()
nlist()
is_exists()
file_exists()
fget()
get()
fput()
put()
mput()
mget()
mdel()
mmkdir()
glob()
glob_pattern_match()
glob_regexp()
dirlist()
_checkCode()
_list()
PushError()
PopError()
ftp:: (0 methods):
ftp:: (0 methods):
__construct($port_mode=FALSE, $verb=FALSE, $le=FALSE) X-Ref |
No description |
ftp_base($port_mode=FALSE) X-Ref |
No description |
parselisting($line) X-Ref |
No description |
SendMSG($message = "", $crlf=true) X-Ref |
No description |
SetType($mode=FTP_AUTOASCII) X-Ref |
No description |
_settype($mode=FTP_ASCII) X-Ref |
No description |
Passive($pasv=NULL) X-Ref |
No description |
SetServer($host, $port=21, $reconnect=true) X-Ref |
No description |
SetUmask($umask=0022) X-Ref |
No description |
SetTimeout($timeout=30) X-Ref |
No description |
connect($server=NULL) X-Ref |
No description |
quit($force=false) X-Ref |
No description |
login($user=NULL, $pass=NULL) X-Ref |
No description |
pwd() X-Ref |
No description |
cdup() X-Ref |
No description |
chdir($pathname) X-Ref |
No description |
rmdir($pathname) X-Ref |
No description |
mkdir($pathname) X-Ref |
No description |
rename($from, $to) X-Ref |
No description |
filesize($pathname) X-Ref |
No description |
abort() X-Ref |
No description |
mdtm($pathname) X-Ref |
No description |
systype() X-Ref |
No description |
delete($pathname) X-Ref |
No description |
site($command, $fnction="site") X-Ref |
No description |
chmod($pathname, $mode) X-Ref |
No description |
restore($from) X-Ref |
No description |
features() X-Ref |
No description |
rawlist($pathname="", $arg="") X-Ref |
No description |
nlist($pathname="", $arg="") X-Ref |
No description |
is_exists($pathname) X-Ref |
No description |
file_exists($pathname) X-Ref |
No description |
fget($fp, $remotefile, $rest=0) X-Ref |
No description |
get($remotefile, $localfile=NULL, $rest=0) X-Ref |
No description |
fput($remotefile, $fp, $rest=0) X-Ref |
No description |
put($localfile, $remotefile=NULL, $rest=0) X-Ref |
No description |
mput($local=".", $remote=NULL, $continious=false) X-Ref |
No description |
mget($remote, $local=".", $continious=false) X-Ref |
No description |
mdel($remote, $continious=false) X-Ref |
No description |
mmkdir($dir, $mode = 0777) X-Ref |
No description |
glob($pattern, $handle=NULL) X-Ref |
No description |
glob_pattern_match($pattern,$subject) X-Ref |
No description |
glob_regexp($pattern,$subject) X-Ref |
No description |
dirlist($remote) X-Ref |
No description |
_checkCode() X-Ref |
No description |
_list($arg="", $cmd="LIST", $fnction="_list") X-Ref |
No description |
PushError($fctname,$msg,$desc=false) X-Ref |
No description |
PopError() X-Ref |
No description |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |