请教大家,python 无法使用ftp下载被编辑中的文件(只读)

ftp.retrbinary('RETR ' + remotepath, fp.write, bufsize)

ftplib.error_perm: 550 The process cannot access the file because it is being used by another process. 

异常,提示文件被占用。

因为ftp服务器的文件有时候有人会打开,能否有办法把只读的文件复制文件到本地

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^