“Received message is too long” when connecting using Ant/JSch to SFTP server

吃可爱长大的小学妹 提交于 2019-12-06 15:13:35

Your Ant script works. It's the server that does not work.

The server prints some message, thus violates SFTP protocol. Had you tried any standalone SFTP client, you will see that you are not able to connect.

The message starts Thin (0x ‭54 68 69 6E = ‭1416128878‬).

See also https://winscp.net/eng/docs/message_large_packet

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!