imagetransfer contains this code from compat:
bot = UploadRobot(url=url, description=description,
target_site=self.opt.target,
url_encoding=sourceSite.encoding(),
keep_filename=self.opt.keepname,
verify_description=not self.opt.keepname,
ignore_warning=self.opt.ignore_warning)
# try to upload
targetFilename = bot.run()But bot.run() method does not return any filename; this seems broken long time ago