码迷,mamicode.com
首页 > 其他好文 > 详细

'OPTS UTF8 ON': command not understood

时间:2021-06-02 14:45:08      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:under   class   技术   lang   serve   方案   dial   load   utf-8   

背景

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

标签:under   class   技术   lang   serve   方案   dial   load   utf-8   

原文地址:https://www.cnblogs.com/hanyanling/p/14823493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!