Getting this exception "Request 'ping' is not supported.". SFTP client #1218
Replies: 3 comments
-
So it's the server that sends ping@openssh.com message as a channel request. According to the documentation below this is not the expected behaviour, since it should be sent in the transport layer. Could there be an issue in the clients implementation which picks up this message as a channel request, or is it the server's implementation? https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL?rev=HEAD |
Beta Was this translation helpful? Give feedback.
-
@lampedampe we are actually currently experiencing a similiar issue with a ProFTPd Server:
There is a documentation here from ProFTPd http://www.proftpd.org/docs/howto/KeepAlives.html (see "How SSH KeepAlive Works
This seems to work. I imagine setting a client |
Beta Was this translation helpful? Give feedback.
-
This should be fixed by #1363 . |
Beta Was this translation helpful? Give feedback.
-
As title suggests, i'm getting this error : "Request '{0}' is not supported.", especially when dealing with large batches or large files.
It's been suggested in the team that the server does not accept ICMP, and that the SSH.NET attempts to send a 'Ping' via ICMP. However when looking at the code i can't see that it's being used, and it sound strange that you would, so i doubt that.
Has anyone experienced the same issue, and has an idea of how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions