ftp.storlines('STOR file.txt', open('file.txt','r'))
ftp.storbinary('STOR file.exe', open('file.exe','rb'))