小编use*_*672的帖子

Azure网站ftp上传在某些文件上失败,但在其他文件上失败

我已经尝试将ASP.Net MVC站点上传到Azure网站帐户,我遇到了一个严重的问题.大多数文件将传输正常,但一些将永远失败.麻烦的是它总是相同的文件失败,我无法弄清楚为什么.我尝试使用FTP和"Web部署"方法从Visual Studio部署,我尝试通过FileZilla使用FTP和FTPS,并遇到同样的问题.我可能做错了什么???

这是我看到的错误的FileZilla日志.

Status: Resolving address of waws-prod-blu-003.ftp.azurewebsites.windows.net
Status: Connecting to 137.117.88.16:21...
Status: Connection established, waiting for welcome message...
Response:   220 Microsoft FTP Service
Command:    USER xxxxx\xxxxxxxx
Response:   331 Password required
Command:    PASS *********
Response:   230 User logged in.
Command:    OPTS UTF8 ON
Response:   200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Starting upload of C:\websites\HSDeploy\css\bootstrap.min.css
Command:    CWD /site/wwwroot/css
Response:   250 CWD command successful.
Command:    TYPE A
Response:   200 Type set to A.
Command: …
Run Code Online (Sandbox Code Playgroud)

ftp azure azure-web-roles

7
推荐指数
2
解决办法
3933
查看次数

标签 统计

azure ×1

azure-web-roles ×1

ftp ×1