FTP 个调色板失败
Failed with FTP palettes
对于调色板 "FTP Dir",我将 "D:\FullPath\MyFolder" 作为目录参数。部署后出现以下错误:
Cannot perform FTP Operation: DIR. Error Info: Unexpected reply code. Returned Code: 550. Detail Description: CWD failed. "/D:/FullPath/MyFolder": directory not found. Expected Code: 250.
名称与'/'连接,'\'替换为'/'。我在 Windows 上开发,在 linux 服务器上部署,我的 FTP 目录在一台 Windows 服务器上。
当我尝试使用 'FTP Put Palette' 时,出现错误 'Invalid Filename'
谢谢。
您不应在 Directory
参数中指定绝对目录路径,而应指定相对于 FTP 服务器根目录的路径。
在你的情况下,假设 FTP 根目录是 D:\FullPath
并且你想访问 MyFolder
,那么你应该将 Directory
设置为 /MyFolder
.
对于调色板 "FTP Dir",我将 "D:\FullPath\MyFolder" 作为目录参数。部署后出现以下错误:
Cannot perform FTP Operation: DIR. Error Info: Unexpected reply code. Returned Code: 550. Detail Description: CWD failed. "/D:/FullPath/MyFolder": directory not found. Expected Code: 250.
名称与'/'连接,'\'替换为'/'。我在 Windows 上开发,在 linux 服务器上部署,我的 FTP 目录在一台 Windows 服务器上。
当我尝试使用 'FTP Put Palette' 时,出现错误 'Invalid Filename'
谢谢。
您不应在 Directory
参数中指定绝对目录路径,而应指定相对于 FTP 服务器根目录的路径。
在你的情况下,假设 FTP 根目录是 D:\FullPath
并且你想访问 MyFolder
,那么你应该将 Directory
设置为 /MyFolder
.