visual-studio-2010 - 从 Visual Studio 2010 进行 FTP 发布是否安全?

标签 visual-studio-2010 security ftp publish

在我使用 FTP 发布几天后,我注意到服务器上有一些奇怪的事件......

edit: added this to give an example, skip over this quote if you have no idea

Basically when I got back an error message from my app in the form of HTML, my browser was trying to find a favicon at this URL: http://w00tw00t.at.blackhats.romanian.anti-sec/

我很确定 FTP 以纯文本形式发送密码,但我不确定 Visual Studio 是否有任何其他机制来保护它,或者我是否需要在服务器上设置一些东西。有什么想法吗?

最佳答案

“发布网站”对话框支持 FTPS。输入地址为 ftps 而不是 ftp 或 http,如果该站点设置为 FTPS,它应该可以工作。正如我所见,不支持使用 FTPS 而不是普通 ftp 打开网站。

关于visual-studio-2010 - 从 Visual Studio 2010 进行 FTP 发布是否安全?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6863099/

相关文章:

c# - 我如何找到所有设置属性的地方?

c# - 移动断点 Visual Studio 2010

silverlight - 如何保护我的服务器方法

security - 在其他域 iframe 中验证 session 的最佳方法

java - Proftpd - 上传后的 0kb 文件

python - 操作系统错误: [Errno 13] Permission denied message while trying to run python3 -m pyftpdlib -p 21

asp.net-mvc - 在 vs 2010 中开箱即用运行 asp.net mvc 2 项目时出错

c# - 用双百分号扩展环境变量

vb.net - 帮我选择 .net 混淆器程序?

通过 FTP 上传 PHP - ftp_put() 我不会打开到 x.x.x.x 的连接(仅到 y.y.y.y)