when someone abandons you,it is him that gets loss because he lost someone who truly loves him but you just lost one who doesn’t love you.
在用 Python 写 FTP 下载文件的时候,遇到了点问题,当下载文件时遇见包含中文名称的路径时,会报下面的错:
'latin-1' codec can't encode characters in position 5-7: ordinal not in range(256)
看 ftplib 源码时发现里面 FTP 对象使用的是 latin-1 体系来解码文件,当下载上传含有其他编码的文件时,可以给它的 encoding 属性赋值来改变,
1 | ftp=ftplib.FTP() |
be yourself, everyone else is already taken.