I am using the dll of Renci.SshNet in my project for connecting to Linux server.
i have test and found that I am not able to run cd command by Renci.SshNet.SshClient object.
when i run the command it doesnot produce error.
so, i run pwd command to check path and found that it is still in same directory.
Help me.
i need to run cd command..
sampe code attached...
i have test and found that I am not able to run cd command by Renci.SshNet.SshClient object.
when i run the command it doesnot produce error.
so, i run pwd command to check path and found that it is still in same directory.
Help me.
i need to run cd command..
sampe code attached...