ftp_fput:
bool ftp_fput ( resource ftp_stream, string remote_file, resource fp, int mode)

解决方案 »

  1.   

    應該是:
    ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode)
      

  2.   

    PHP中文使用手册里有FTP相关的function的。自己去看看。要注意:服务器PHP中支持FTP功能才行!!看phpinfo()中有FTP Support为enable!!!
      

  3.   

    http://dev-club.ccw.com.cn/club/bbs/elist.asp?boardid=31&path=FTP