代码之家  ›  专栏  ›  技术社区  ›  VivekAnandChakravarthy

在WinSCP中使用FTP凭据连接到Azure应用程序服务时拒绝访问

  •  0
  • VivekAnandChakravarthy  · 技术社区  · 2 年前

    我创造了。Azure中的NET 6应用程序服务,并尝试使用WinSCP连接FTPS端点 :

    enter image description here

    获取访问被拒绝错误 :

    enter image description here

    有人能帮忙吗。。!

    1 回复  |  直到 2 年前
        1
  •  1
  •   SiddheshDesai    2 年前

    为了解决您的错误,请确保启用 SCM Basic Auth Publishing FTP Basic Auth Publishing

    enter image description here

    下载发布配置文件:-

    enter image description here

    复制 中的publishurl 主机名和用户名、密码 从下载的发布配置文件:-

    enter image description here

    通过Win scp工具与Azure Web应用程序的连接成功。通过FTPS的Net 6.0

    enter image description here

    推荐文章