gpt4 book ai didi

coldfusion - 我不能用 cfftp 放置文件,有什么想法吗?

转载 作者:行者123 更新时间:2023-12-02 02:00:58 27 4
gpt4 key购买 nike

我正在尝试创建一个功能,每天将两个 xml 文件上传到另一个网站,我可以使用这段代码建立良好的连接

<cfftp action = "open"
username = "xxxx"
connection = "MyConnection"
password = "xxxx"
server = "xxx"
passive="yes"
secure="true">

但是当我尝试使用这段代码放置文件时

<cfftp 
action="putFile"
connection="MyConnection"
localfile="xxx"
remotefile="xxx">

然后我得到这个错误

An error occurred during the sFTP putFile operation. 
Error: Permission denied.

The error occurred in xxxxx: line 13
11 : connection="MyConnection"
12 : localfile="xxxx"
13 : remotefile="xxxx">

我可以通过 filezilla 上传其他背景信息。

最佳答案

只需将 passive="yes" 与 putFile 操作一起使用:

<cfftp 
action="putFile"
connection="MyConnection"
localfile="xxx"
remotefile="xxx"
passive="yes">

关于coldfusion - 我不能用 cfftp 放置文件,有什么想法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17231599/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com