mirror of
https://github.com/damp11113/PyserSSH.git
synced 2025-04-28 15:08:15 +00:00
Updated Event Handles (markdown)
parent
62d905d1de
commit
1738f99f27
@ -20,12 +20,17 @@ Called when user connected to server and authenticated
|
|||||||
|
|
||||||
**output** channel, client
|
**output** channel, client
|
||||||
|
|
||||||
**return** True/False
|
## connectsftp
|
||||||
|
Called when user connected to server and authenticated with sftp
|
||||||
|
|
||||||
|
**output** channel, client
|
||||||
|
|
||||||
## auth
|
## auth
|
||||||
Called when user press enter to server and authenticating
|
Called when user press enter to server and authenticating
|
||||||
|
|
||||||
**output** channel, data, client
|
**output** channel, data, client
|
||||||
|
|
||||||
|
**return** True/False
|
||||||
### data
|
### data
|
||||||
```py
|
```py
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user