美好的一天。我使用标准的露天作业,需要将该行保存在 csv 文件中,然后通过 FTP 将该文件传输到远程服务器。这怎么办?
首先你必须无法在 alfresco 中进行 ftp。在 alfresco-global.properties 文件中添加以下属性
ftp.enabled=true
ftp.端口=21
您可以使用任何 ftp 文件客户端来传输文件,也可以使用窗口资源管理器来传输文件。打开窗口资源管理器并输入 url“ftp:\localhost\Alfresco”。这里的 localhost 是 IP 地址
我在 Alfresco 5.2 社区。
我在 alfresco-global.properties 中设置了以下内容
ftp.enabled=true
ftp.port=2121
在 Mac 上使用 filezilla,我尝试使用以下服务器详细信息连接到此服务器:
Filezilla 陷入以下困境:
Status: Connecting to 134.209.150.xxx:2121...
Status: Connection established, waiting for welcome message...
Status: Plain FTP is insecure. Please switch to FTP over TLS.
Status: Logged in
Status: Retrieving directory listing of "/alfresco"...
Command: CWD /alfresco
Response: 250 Requested file action OK
Command: TYPE I
Response: 200 Command OK
Command: PORT 10,2,0,2,201,221
Response: 200 Port OK
Command: MLSD
Response: 150 File status okay, about to open data connection
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
有什么想法吗?