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