首页 > 其他 > 详细

'OPTS UTF8 ON': command not understood

时间:2021-05-28 22:29:28      阅读:32      评论:0      收藏:0      [点我收藏+]

背景

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!