ftp類別(myftp.php)_PHP教程

WBOY
發布: 2016-07-21 16:10:14
原創
1011 人瀏覽過




class myftp {

    var $connector;
    var $getback;
        $this->connector = @ftp_connect($ftp_server);
        $$this->login_result = @this_login  🎜>        if ((!$this->connector)
(!$this->login_result))
        " ;
                echo "嘗試連結使用者$ uname n 的$ftp_server";
                死;
         echo "已連接$ftp_server,使用者$uname n";
            }
    }

  lastmodtime($value){
        $getback = ftp_mdtm ($this->連接器,$value);
       edir($targetdir){
        $getback = ftp_chdir($this->;連接器, $targetdir);
        return 
        $getback = ftp_pwd($this-> connector);
        return $getback;
    }

    function get list($this->connector, $directory);
        return $ getback;
    }

    function get_file($file_to_get, $mode, $mode2){
       $filename = $realfile;

        $checkdir = @$this-> Changedir($realfile);
        if ($checkdir == TRUE>this            echo "n[DIR] $ realfile";
        }else{
            與「......」之後。 $realfile ."n";
            $getback = ftp_get($this->connector, $filename, $realfile, $oo             $delstatus = ftp_delete($ this ->connector, $file_to_get);
                if ($delstatus == TRUE){
  ";
               }
            )
        return $getback;
    }

    功能模式($pasvmode){ 🎜>    }

    function ftp_bye(){
        ftp_quit($this->connector);
   🎜>?>


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/314323.htmlTechArticle?php class myftp { var $connector; var $getback; function connect($ftp_server, $uname, $passwd){ // 建立 FTP 連線 auf $this-connector = @ftp_connect($ftp_server)...
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!