mirror of https://github.com/wolfSSL/wolfssh.git
Merge pull request #105 from JacobBarthelmeh/sftp
free example SFTP client working directorypull/110/head
commit
3a0da2023c
|
@ -888,6 +888,7 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
|
||||||
|
|
||||||
doCmds();
|
doCmds();
|
||||||
|
|
||||||
|
XFREE(workingDir, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
ret = wolfSSH_shutdown(ssh);
|
ret = wolfSSH_shutdown(ssh);
|
||||||
if (ret != WS_SUCCESS)
|
if (ret != WS_SUCCESS)
|
||||||
err_sys("Closing stream failed.");
|
err_sys("Closing stream failed.");
|
||||||
|
|
Loading…
Reference in New Issue