File transfer using telnet

file-transfertelnet

Somesimes I must work with remote host which have telnet connection but no either ftp or ssh (to use scp) also there are no netcat.
Also there are no gcc (to compile netcat for example).

Does anybody know how to transfer file(s) using telnet connection (using some kind of hack)?

(I know that it's not very appropriate protocol for souch a things.)

Best Answer

You should be able to use Kermit to transfer files over telnet, you can use C-Kermit as the telnet client to do so. Its only availible for Unix/Linux based systems though.