ITEEDU

ftp

#! -*- encoding:utf-8 -*-

import urllib

f = urllib.urlopen(url='ftp://用户名:密码@ftp地址/')
print f.read()