jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.

Home Page:http://x84.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xmodem transfer doesnt work

ericolito opened this issue · comments

File "/usr/local/src/x84/x84/default/fbrowse.py", line 185, in download_files
if not send_modem(fin, protocol):
File "x84/bbs/modem.py", line 30, in send_modem
assert protocol in supported_protocols, (protocol, supported_protocols)
AssertionError: (<fbrowse.FileBrowser object at 0x8eb1e0c>, ('xmodem', 'xmodem1k'))