Implement 3270 protocol in Java

前端 未结 5 1564
甜味超标
甜味超标 2021-02-06 12:58

I\'ve got a big problem with IBM HACL for accessing a server which speaks 3270 protocol. The library keeps crashing, and our JNI wrapper is actually a bug-fixing layer for the p

5条回答
  •  不要未来只要你来
    2021-02-06 13:26

    http://tools.ietf.org/html/rfc1041

    so i guess its documented (assuming i hit the right doc) couldnt find a java implementation though, you'd need to code it over telnet, or maybe SSH

提交回复
热议问题