标签: python ftp urllib
有没有办法从ftp链接下载所有文件,如果下载文件夹中已经存在相同的文件,最好不要覆盖?我可以下载这样的特定链接:
import urllib urllib.urlretrieve('ftp://server/path/to/file', 'file')