1

FTP モードでリモート マシンのパスに cd できません。お知らせ下さい。

if (! $sftp->cwd($tgt)) {
    $error = $sftp->error;
    #print ("Unable to cd to $tgt: $error\n");
    print ("$error\n");
    logmsg("Unable to cd to $tgt: $error\n");
    mailmsg("Unable to cd to $tgt: $error\n");
   myExit();
} else {
    print ("Able to cd to $tgt: \n");
    logmsg("Able to cd to $tgt: \n");

}

私が得るエラーは0のみです。オンラインで調べたところ、0構文エラーを意味しますが、個人的にはそうではないと思います。

4

0 に答える 0