'OPTS UTF8 ON': command not understood
Posted 寒菱的个人网站
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了'OPTS UTF8 ON': command not understood相关的知识,希望对你有一定的参考价值。
背景
go 操作 ftp , 使用 github.com/jlaffaye/ftp
这个库
问题复现
登录时报错,错误如题
解决方案
添加参数,禁用 utf8
ftp.Dial("ftp.example.com:21", ftp.DialWithTimeout(5*time.Second), ftp.DialWithDisabledUTF8(true))
原因
ftp Server 不支持 utf-8 编码, 泪目
以上是关于'OPTS UTF8 ON': command not understood的主要内容,如果未能解决你的问题,请参考以下文章
mysql链接错误:2003 can't connect to mysql server on 10038
KeyError: 'Spider not found: test'
数据库字符集设置为AMERICAN_AMERICA.AL32UTF8,插入俄文(或中文),右击表,点editdata时报错