0
私はジュニパーにファイルをFTPしようとしていますが、失敗しています。私はそれがpasv設定と関係があると思うが、私はpasv = trueとpasv = falseの両方を試したので、どうすればいいのか分からない。助けてください?PythonでFTPに失敗しました(ひどく)
ftp.set_pasv(False)
ftp.storbinary('STOR myfile', fileRSI)
error_perm: 500 Illegal PORT command.
ftp.set_pasv(True)
ftp.storbinary('STOR myfile', fileRSI)
error_temp: 425 Security: Bad IP connecting.