Windows Azure VM Filezilla FTP安装程序

时间:2014-03-13 17:23:55

标签: windows azure virtual filezilla

我在Azure中使用Windows 2012 R2 VM计算机。我已阅读多篇文章来在此环境中设置Filezilla服务器。但是,我没有成功。有谁遇到过这个问题?任何解决方案都将不胜感激。

4 个答案:

答案 0 :(得分:1)

请记住将Filezilla添加到Windows防火墙: - )

答案 1 :(得分:0)

我现在正在处理同样的事情。本地FTP服务很好。远程我无法建立被动连接。根据我的研究,这是因为Azure没有设置为Passive-FTP。我不确定我们是否可以让FileZilla在主动FTP模式下运行。如果我到达底部,我会回复。我目前正在连接和验证,但无法检索目录列表'当它试图踢到被动(转移)模式时。

答案 2 :(得分:0)

除了检查虚拟机端点是否已打开外,如果在Windows VM上启用了Windows防火墙,请务必添加相应的Windows防火墙规则。

答案 3 :(得分:0)

是的,我们可以通过FileZilla Client连接到Azure服务器。 步骤进行:

Login to Azure portal: https://portal.azure.com
Click on App Services.
Select the Site and then click on Get publish profile.

Save the file and open it in notepad.exe.
The file contains 2 <publishProfile> sections. One is for Web Deploy and another for FTP. 
Under the <publishProfile> section for FTP make a note of the following values: 
    publishUrl (hostname only)
    userName --------------------------> This is the information you are looking for 
    userPWD

将PublishUrl添加到各自字段中的主机名,用户名和密码。

连接。

该链接将详细说明带图像的步骤流程。

Here is the link.

由于