hmmm....tricky. Your best bet is probably going to be to set up some kind of tunnel over a protocol that *is* supported. For example, set up a TCP tunnel over the FTP port, then tar to the pipe on the sending end, and untar from the pipe on the receiving end. Google around for TCP tunneling stuff, you'll probably find something you can use.
|