diff --git a/0.7.4/actions-overview/index.html b/0.7.4/actions-overview/index.html index 11e021359..e74689432 100644 --- a/0.7.4/actions-overview/index.html +++ b/0.7.4/actions-overview/index.html @@ -4,7 +4,7 @@
pwd
plugin the client handshake looks like this (split into lines for convenience):
-H0
<protocol compatibility code>
000
<username length>\n<password length>\n<username><password>
-+For the protocol compatibility code, see the version matrix
-
pwd
plugin the client handshake looks like this:
+H0<protocol compatibility code>000<username length>\n<password length>\n<username><password>
0
means integer value 0
(0x00
) and NOT the ASCII digit 0<username length>
and <password length>
are the respective lengths encoded as ASCII stringsH000
H01<8-bit error code>
. You can find out what happened using the error code indexH000
(all the numeric values are integers and NOT ASCII digits)H01<8-bit error code>
(all the numeric values are integers and NOT ASCII digits). You can find out what happened using the error code index