Unzip file uploaded to Azure Websites

后端 未结 6 973
你的背包
你的背包 2021-01-02 07:27

I uploaded a zip of my Wordpress site to an Azure website. When I try to FTP in with Winscp it works, but I can\'t use unzip transfer.zip in the command interface.

H

6条回答
  •  情书的邮戳
    2021-01-02 08:12

    Since all answers above explain how to unzip files in a Web App running on Windows, let me add how to unzip in a Linux environment.

    Head to https://mysite.scm.azurewebsites.net and select "Bash" ("SSH" is much better/faster to use, but doesn't support unzip or 7za to date):

    Now simply type unzip myfile.zip and the files inflates. The process is also printed to the console:

    Hope this helps.

提交回复
热议问题