Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 html 内容上传到网站 - 我需要在我的桌面客户端中指定互联网地址,但我不知道我应该输入什么地址 - 这个
publishUrl="ftp://waws-prod-am2-001.ftp.azurewebsites.windows.net/site/wwwroot
或其他东西。如何列出网站内容?是否存在任何微软文本编辑器 - 使用发布配置文件发布会更容易。
现在确定您使用的是什么桌面客户端。根据您的上述信息,您似乎正在使用 Windows Azure 网站,因此我将为您提供从 FTP 客户端上传 HTML 内容的简单想法。
您真正需要的是在您的桌面(即 FileZilla)中安装一个 FTP 客户端,然后设置您的 Azure 网站 FTP 位置。
请按照我下面的博客首先设置您的 FileZilla FTP 客户端:
http://blogs.msdn.com/b/avkashchauhan/archive/2012/06/19/windows-azure-website-uploading-downloading-files-over-ftp-and-collecting-diagnostics-logs.aspx
配置 FTP 客户端后,您可以看到网站文件夹,您可以将 HTML 文件从本地计算机拖放到 Windows Azure 网站。