Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

FTP 类 class_ftp.php 使用说明

[复制链接]
530761333 发表于 2010-9-10 01:41:04 | 显示全部楼层 |阅读模式
  1. /**
  2. * ----------------------------------------------
  3. * @example A object by yourself
  4. * ----------------------------------------------
  5. * $ftp = & discuz_ftp::instance();
  6. * if(!$ftp->connect()) {
  7. * showmessage('FTP_ERR_'.$ftp->error());
  8. * }
  9. * $ftp->upload('/source/dir/file.name', 'target/dir/file.ext');
  10. * if($ftp->error()) {
  11. * showmessage('ftp succeed upload');
  12. * } else {
  13. * showmessage('FTP_ERR_'.$ftp->error());
  14. * }
  15. * $ftp->ftp_close();
  16. * ----------------------------------------------
  17. * @example B use function in function_core.php
  18. * ----------------------------------------------
  19. * $succeed = ftpcmd('upload', '/source/file.name');
  20. * if(!$succeed) {
  21. * showmessage('FTP_ERR_'.ftpcmd('error));
  22. * } else {
  23. * showmessage('ftp succeed upload');
  24. * }
  25. * ftpcmd('close');
  26. *
  27. */
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
赤子乘龙 发表于 2010-10-23 10:25:28 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-6-29 13:05 , Processed in 0.114667 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表