estoy probando a subir un archivo a mi server local pero no lo consigo de ninguna manera
from ftplib import FTP
ftp = FTP('127.0.0.1')
ftp.login(user='acer')
ftp.cwd('beta')
ftp.storbinary('STOR prueba.txt', 'prueba.txt')
output
traceback (most recent call last)
file '<stdin>' line1 in <module>
bud = fp.read(blocksize)
AttributeError 'str' object has no attribute 'read'