【问题标题】:Windows Azure VM Filezilla FTP SetupWindows Azure VM Filezilla FTP 设置
【发布时间】:2014-04-18 15:18:28
【问题描述】:

我在 Azure 中使用 Windows 2012 R2 VM 机器。我已阅读多篇文章以在此环境中设置 Filezilla 服务器。然而,我并不成功。有人遇到过这个问题吗?任何解决方案将不胜感激。

【问题讨论】:

  • How to Setup FTP on Azure VM 的可能重复项
  • 欢迎来到 StackOverflow!为了从社区中获得最大的收益,请先做好功课,在真正发布之前自己搜索答案!
  • 如何在 Azure VM 上设置 FTP 描述了 IIS 的步骤。不幸的是,我找不到 Filezilla 服务器的正确解决方案。

标签: windows azure virtual filezilla


【解决方案1】:

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

【讨论】:

    【解决方案2】:

    我现在正在处理同样的事情。本地 FTP 服务工作得很好。远程我无法建立被动连接。根据我的研究,这是因为 Azure 没有为 Passive-FTP 设置。我不确定我们是否可以让 FileZilla 以主动 FTP 模式运行。如果我深入了解它,我会回帖。我的当前连接并进行身份验证,但在尝试切换到被动(传输)模式时“无法检索目录列表”。

    【讨论】:

    • 怎么样?
    【解决方案3】:

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

    【讨论】:

      【解决方案4】:

      是的,我们可以通过 FileZilla 客户端连接到 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.

      谢谢

      【讨论】:

        猜你喜欢
        • 2013-11-10
        • 2013-08-27
        • 2011-09-19
        • 1970-01-01
        • 2016-05-03
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多