421对不起,此服务器上不接受明文会话。 [英] 421 Sorry, cleartext sessions are not accepted on this server.

查看:133
本文介绍了421对不起,此服务器上不接受明文会话。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试从我的网络浏览器访问ftp,但出现以下错误:421对不起,此服务器上不接受明文会话。任何想法?

解决方案

421对不起,此服务器上不接受明文会话表示服务器正在使用FTP Over显式TLS / SSL。这是一件好事。



可以通过提供协议ftpes:而不是ftp:来修复它:




  • ftpes://ftp.somesite.com/some_folder



    ...或...


  • ftps:// ftp .somesite.com / some_folder




您可能需要使用其他FTP客户端除了您的默认浏览器。



我不知道IE的新版本是否支持通过SSL的FTP。



Filezilla可能是一个不错的选择:


I'm trying to access an ftp from my web browser, but I get the following error : 421 Sorry, cleartext sessions are not accepted on this server. Any ideas?

解决方案

"421 Sorry, cleartext sessions are not accepted on this server" means that the server is using "FTP Over Explicit TLS/SSL". This is a Good Thing.

You might be able to fix it by giving the protocol "ftpes:" instead of "ftp:":

  • ftpes://ftp.somesite.com/some_folder

    ... or ...

  • ftps://ftp.somesite.com/some_folder

You'll probably need to use another FTP client besides your default browser.

I don't know if newer versions of IE support FTP over SSL.

Filezilla might be a good choice:

这篇关于421对不起,此服务器上不接受明文会话。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆