Created Unassigned: Internationalization Problems [2705]
Good day,I am having some troubles to open and read files in a UBUNTU SFTP server that had accents in the name, I was traying to rename them using the library to remove the accents remotly because I...
View ArticleNew Post: Change to superuser
I'm trying to execute command, which requires superuser permissions on server. I've tried using both, sshcommand and ShellStream, but neither works. The commands I am trying to run are: sudo -s...
View ArticleCreated Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleNew Post: Keep always connect session
I want session always run 24/24 Close program to exit session
View ArticleCommented Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleNew Post: Multipart / Segmented SFTP Downloads
you can download if you will add winscp this is the easy why for me if you want i can send exemple
View ArticleNew Post: client.RunCommand() is not working
SshClient ssh = new SshClient(ip, 22, userName, password); ssh.Connect(); SshCommand sshc = ssh.RunCommand("top"); // replace with your command
View ArticleNew Post: visual basic.net sftp downloading file with progress bar
is this still relevant?
View ArticleNew Post: Trouble using .RunCommand() with ssh.net
why to trigger command revert this command to script.sh and call the script
View ArticleNew Post: Multipart / Segmented SFTP Downloads
shaylam wrote: you can download if you will add winscp this is the easy why for me if you want i can send exemple Yes, please. Thanks.
View ArticleCreated Unassigned: CD command not working on SSH.NET [2708]
Hello Everyone,I am trying to shutdown application on one of our Servers, and we are trying to do it via C#We downloaded the SSH.NET library file and wrote some simple commands to test out if the code...
View ArticleNew Post: sftp examples
Hi All, Do you know where i can find some examples? I would like to understand how to open a connection and download a file, but would be nice to have a start point where you can see some lines that...
View ArticleNew Post: sftp examples
Look for this Exemplo for C# application; (http://surendrasharmadotnet.blogspot.com.br/2014/03/how-to-upload-file-via-sftp-using.html)
View ArticleNew Post: Problems changing directory with sftpClient.ChangeDirectory() after...
Hi, I have the following script:string workingDirectory; using (var client = new SshClient(ssh_host, ssh_username, ssh_password)) { try { client.Connect(); if(client.IsConnected) { SshCommand...
View ArticleNew Post: Connect asynchronously
Hi I was wondering if anyone has had any luck connecting to an SSH server asynchronously or if anyone know if this is possible. It works fine if you have the correct credentials, but when you make a...
View ArticlePatch Uploaded: #17693
xer_mamin has uploaded a patch.Description:deadlock in Session: if an exception occurs in the function {Session.cs/private void MessageListener()}, then in the function of {Session.cs/private void...
View ArticleCommented Unassigned: In some error cases, an unhandled exception might be...
There is a race condition that can cause an unhandled exception to be thrown. Take a look at the following code:```C#try{// "server" needs to be changed to a real SSH server// The credentials do not...
View ArticleCommented Unassigned: In some error cases, an unhandled exception might be...
There is a race condition that can cause an unhandled exception to be thrown. Take a look at the following code:```C#try{// "server" needs to be changed to a real SSH server// The credentials do not...
View Article