将静态文件上传到 Apache 服务器的首选协议?

发布于 2024-07-06 19:01:19 字数 148 浏览 11 评论 0原文

如果您是 Apache Web 服务器的管理员,您希望提供什么协议来供 Web 开发人员上传静态文件(html/gif/css/...),以实现最大安全性?< br> 如果您是 Web 开发人员/图形设计师,您希望在 Apache 服务器上使用哪些协议来上传静态文件?

If you were the administrator of an Apache web server, what protocol(s) would you prefer to provide, for the web developers to upload static files (html/gif/css/...), with the goal of maximum security ?
If you were the web developer/graphic designer, what protocols would you prefer to be available at the Apache server, to upload static files ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

娇纵 2024-07-13 19:01:19

SCP是我会选择的。

您甚至可以使用 Filezilla 并假装它是不安全的 FTP:http://filezilla-project.org/

SCP is what I'd go with.

You can even use Filezilla for it and pretend it's unsecure FTP: http://filezilla-project.org/

梦冥 2024-07-13 19:01:19

SSH/SCP。 它简单、快速、免费,并且可以如您所愿的安全。 替代方案是 FTP(哈哈哈,是的)和通过 HTTPS POST 文件。

SSH/SCP. It's simple, fast, free, and can be as secure as you want. Alternatives are FTP (hahahaha, yeah right) and POSTing files over HTTPS.

飘逸的'云 2024-07-13 19:01:19

I give web developers instructions on using an sftp/scp client and a login shell using scponly. That way they get their access to upload files, but I have fewer concerns about them doing bad things to the webserver.

红颜悴 2024-07-13 19:01:19

我使用 ssh 配置来限制用户在开发服务器上使用 sftp,然后使用版本控制来查看更改并通过获取格式补丁将其移至生产环境

I use ssh config to limit users to sftp on a development server then use version control to review the changes and move them to production with got format-patch

乖乖公主 2024-07-13 19:01:19

我们使用 Capistrano 进行部署,据我所知,Capistrano 是通过 git(通过 SSH)完成所有工作的 - 至少在我们的部署脚本中是这样。

We deploy using Capistrano, which afaik does all its work via git (over SSH) - at least, in our deploy script it is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文