• <i id='tlsBF'><tr id='tlsBF'><dt id='tlsBF'><q id='tlsBF'><span id='tlsBF'><b id='tlsBF'><form id='tlsBF'><ins id='tlsBF'></ins><ul id='tlsBF'></ul><sub id='tlsBF'></sub></form><legend id='tlsBF'></legend><bdo id='tlsBF'><pre id='tlsBF'><center id='tlsBF'></center></pre></bdo></b><th id='tlsBF'></th></span></q></dt></tr></i><div id='tlsBF'><tfoot id='tlsBF'></tfoot><dl id='tlsBF'><fieldset id='tlsBF'></fieldset></dl></div>

    <small id='tlsBF'></small><noframes id='tlsBF'>

      <bdo id='tlsBF'></bdo><ul id='tlsBF'></ul>
  • <tfoot id='tlsBF'></tfoot>

        <legend id='tlsBF'><style id='tlsBF'><dir id='tlsBF'><q id='tlsBF'></q></dir></style></legend>

        ftp_login 期望参数 1 是资源

        时间:2023-10-30

            <small id='MzDBG'></small><noframes id='MzDBG'>

              • <bdo id='MzDBG'></bdo><ul id='MzDBG'></ul>
              • <tfoot id='MzDBG'></tfoot>
                <legend id='MzDBG'><style id='MzDBG'><dir id='MzDBG'><q id='MzDBG'></q></dir></style></legend>

                  <i id='MzDBG'><tr id='MzDBG'><dt id='MzDBG'><q id='MzDBG'><span id='MzDBG'><b id='MzDBG'><form id='MzDBG'><ins id='MzDBG'></ins><ul id='MzDBG'></ul><sub id='MzDBG'></sub></form><legend id='MzDBG'></legend><bdo id='MzDBG'><pre id='MzDBG'><center id='MzDBG'></center></pre></bdo></b><th id='MzDBG'></th></span></q></dt></tr></i><div id='MzDBG'><tfoot id='MzDBG'></tfoot><dl id='MzDBG'><fieldset id='MzDBG'></fieldset></dl></div>

                    <tbody id='MzDBG'></tbody>
                1. 本文介绍了ftp_login 期望参数 1 是资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试使用 FTP 上传一些文件,但出现以下错误:

                  I'm trying to upload some files with FTP and I'm having the following error:

                  警告:ftp_login() 期望参数 1 是资源,在第 65 行的/home/content/98/10339998/html/upload.php 中给出布尔值FTP连接遇到错误!尝试连接到legendmaker.net....

                  Warning: ftp_login() expects parameter 1 to be resource, boolean given in /home/content/98/10339998/html/upload.php on line 65 FTP connection has encountered an error!Attempted to connect to thelegendmaker.net....

                  原因:

                  // set up a connection to ftp server
                  $conn_id = ftp_connect("thelegendmaker.net");
                  
                  // login with username and password
                  $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
                  

                  有人知道为什么会这样吗?我试过不使用引号、双引号和单引号,但都没有.

                  Does anyone know why this is happening? I've tried using no quotes, double quotes, and single quotes and none work.

                  推荐答案

                  问题的根源在于,当ftp_connect() 无法连接到它返回 FALSE 而不是它通常返回的资源链接标识符的 FTP 服务器.使用 ping 检查您的 FTP 服务器是否处于活动状态

                  The problem has it basis in the fact that, when ftp_connect() cannot connect to a FTP Server it returns FALSE instead of the resource link identifier it generally returns. Check whether your FTP server is alive using ping

                  你可以这样做

                  if($conn_id){
                       // login with username and password
                       $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
                  }
                  

                  这篇关于ftp_login 期望参数 1 是资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:为什么使用 PHP 上传到 FTP 服务器的图像会损坏? 下一篇:获取 ftp_put 进度

                  相关文章

                  <i id='IJ1a4'><tr id='IJ1a4'><dt id='IJ1a4'><q id='IJ1a4'><span id='IJ1a4'><b id='IJ1a4'><form id='IJ1a4'><ins id='IJ1a4'></ins><ul id='IJ1a4'></ul><sub id='IJ1a4'></sub></form><legend id='IJ1a4'></legend><bdo id='IJ1a4'><pre id='IJ1a4'><center id='IJ1a4'></center></pre></bdo></b><th id='IJ1a4'></th></span></q></dt></tr></i><div id='IJ1a4'><tfoot id='IJ1a4'></tfoot><dl id='IJ1a4'><fieldset id='IJ1a4'></fieldset></dl></div>

                    • <bdo id='IJ1a4'></bdo><ul id='IJ1a4'></ul>
                    <legend id='IJ1a4'><style id='IJ1a4'><dir id='IJ1a4'><q id='IJ1a4'></q></dir></style></legend>
                  1. <small id='IJ1a4'></small><noframes id='IJ1a4'>

                    1. <tfoot id='IJ1a4'></tfoot>