• 技术文章 >后端开发 >php教程

    web方式ftp,建议加入精华区,嘿嘿_PHP教程

    2016-07-13 16:54:30原创302
    /* $Id: ftp.php,v 2.2 2002/03/12 23:21:28 pauls Exp $ */
    /* This software came from http://inebria.com/ */
    /* Copyright (c) 2000
    Paul Southworth. All rights reserved.
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
    3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior
    written permission.
    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
    GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
    /* Configuration Options */
    $phpftp_host="localhost";
    $phpftp_version="2.2";
    /* Comment this out if you don't want the version footer */

    www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631784.htmlTechArticle?php /* $Id: ftp.php,v 2.2 2002/03/12 23:21:28 pauls Exp $ */ /* This software came from http://inebria.com/ */ /* Copyright (c) 2000 Paul Southworth.All rights reserved. Redistribu...

    声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
    专题推荐:web 方式 ftp 建议 加入 精华区 嘿嘿 php ftp.php 2.2 2002 pauls Exp This
    上一篇:PHP中类的理解和应用[一]_PHP教程 下一篇:在PHP3中实现SESSION的功能(附、COOKIE函数库的使用:test_cookie.php3_PHP教程
    PHP编程就业班

    相关文章推荐

    • 深入了解怎么优化php+php-fom+nginx配置参数• PHP集成环境推荐解决思路 • 各位大大一起来帮忙看一下!解决办法 • PHP:路在何方?• 【PHP开发】国外程序员收集整理的 PHP 资源大全,国外收集整理_PHP教程

    全部评论我要评论

  • 取消发布评论发送
  • 1/1

    PHP中文网