所以我有一个亚马逊EC2,我在亚马逊市场上使用"Magento快速入门“启动了它。无论如何,这个网站正在工作,我可以通过我的域名访问它,也可以通过ssh登录。然而,当我通过filezilla登录时,我使用的是我的密钥和用户名ubuntu。现在,当我尝试通过ftp将某些内容发送到我的var/www/magento文件夹时,我得到一个权限被拒绝的消息。默认所有者/组为nginx nginx su
我想使用FTP和SSH将Magento站点从Magento 1.9.1迁移到Magento 2.1。有没有人能教我如何使用这个工具。?我在我的SSH中运行了以下命令,
su <Magento file system owner> -s /bin/bash -c <command> If the Magento file systemowner does not allow