|
@@ -178,10 +178,6 @@ static void *server_worker(void* vArgs)
|
|
} else {
|
|
} else {
|
|
cli_send(threadCtx->ssh, pcWarningMessage, pcWarningMessageLen);
|
|
cli_send(threadCtx->ssh, pcWarningMessage, pcWarningMessageLen);
|
|
}
|
|
}
|
|
- } else if (ret == WS_SCP_COMPLETE) {
|
|
|
|
- printf("scp file transfer completed\n");
|
|
|
|
- } else if (ret == WS_SFTP_COMPLETE) {
|
|
|
|
- printf("Use example/echoserver/echoserver for SFTP\n");
|
|
|
|
}
|
|
}
|
|
wolfSSH_stream_exit(threadCtx->ssh, 0);
|
|
wolfSSH_stream_exit(threadCtx->ssh, 0);
|
|
WCLOSESOCKET(threadCtx->fd);
|
|
WCLOSESOCKET(threadCtx->fd);
|