New Post: Bug in SftpClient dispose
Ok, I wasn't able to build the entire solution but could build the Renci.sshnet.dll I'm testing it now...
View ArticleNew Post: Client KeepAliveInterval and SendKeepAlive
I was hoping someone could give me an example of how to use these 2 commands and exactly what they mean? I'm relatively new to SSH but have a decent understanding... I believe. Such as, if I have a...
View ArticleNew Post: Renci.SshNet.Common.SshOperationTimeoutException
Any resolution to this? I am running into the exact same issue with code that looks almost identical. Any insight you have would be appreciated. Thanks!
View ArticleNew Post: Is there a way to find the status of a file uploading or completed.
while using sftpclient i noticed that the large files are moved from one folder to another even when they are in uploading status. Is there any attribute to find the status of the file in sftpclient.
View ArticleNew Post: RDP access over a SSH tunnel
We have a bunch of windows servers at various locations. The servers are behind firewalls that don't allow any incoming ports. As a result we cannot Remote Desktop directly to any of the servers from...
View ArticleNew Post: Command Not found error 127
When we are executing few command the below code is executing successfully but for few commands such as "server_mount ALL" , it is giving error code 127 and command not found error with message "bash:...
View ArticleNew Post: Command Not found error 127
What is "server_mount"? I suspect it's an own written script or s.th like that? Try using the absoulte path, e.g /usr/sbin/server_mount (or wherever the script is located). Greetz
View ArticleNew Post: Command Not found error 127
The command which we are trying to run is "server_mount ALL". This is a command specific to the server and OS. This is such one of the commands which is having problem . My concern is whether the Space...
View ArticleNew Post: Command Not found error 127
Don't think so. As the error says: bash cannot find the command server_mount. It never shows your options: $ foo foo bash: foo: command not found $ bla bla bash: bla: command not found Try the absolut...
View ArticleNew Post: Download large files never completes, no error
This never completes on files that are close to 2GB This succeeded on files close to 500MB. Not sure where the threshold is. But the memory utilization goes up to 5GB+ and bounces up and down...
View ArticleNew Post: CreateShell
Hi All, I need to switch to 'root' through a SSH session so I'm using Oleg's code above to try and run 'sudo su' within the SSH session. I was hoping that creating a shell would allow me to run the...
View ArticleNew Post: A question re: activity & timeout...
Experts, I am trying to figure out how to capture commands' output from routers, switches & servers that respond with a lot on the command line. Like cat'ing a large text file, or a running-config,...
View ArticleNew Post: Renci.SshNet.Common.SshOperationTimeoutException
Ended up using edtFTPnet/PRO.
View ArticleNew Post: CancelAsync() Always seems to timeout
Hi, I'm currently trying to implement a Job Manager in C# that executes various tasks on Linux and Windows machines via SSH. The idea is to asynchronously execute the task so that the Job Manager can...
View ArticleNew Post: Feature request: SCPclient reuse existing ssh session
Hello I'd like scpclient to be able to connect via existing ssh session - one new constructor method like thispublic ScpClient(Session sshSession)I'm going to implement it myself or maybe you are...
View ArticleNew Post: how to get long messages from cisco router
I'm trying to get log from cisco router but it cuts response. How to get full text messages from router?>show log Syslog logging: enabled (11 messages dropped, 0 messages rate-limited, 0 flushes, 0...
View ArticleNew Post: Ionic.Zlib.dll and multiple operations
I have one SftpClient on which I sometimes do multiple operations simultaneously. Each of these operations happens at a separate thread (I'm using a Parallel.ForEach loop). I've read around here that...
View ArticleNew Post: Ionic.Zlib.dll and multiple operations
My solution was to implement a new parameter to the ConnectionInfo constructor which controls the usage of compression. Initial testing is very promising, the connection that need compression got it...
View ArticleNew Post: How to execute a program in remote server via SSH?
I need to execute a program in remote server via SSH. This program is in c:\windows\system32\ How can I execute this program passing parameters? Thank you
View ArticleNew Post: how to get long messages from cisco router
uugan, If you are seeing "--More--", that might mean that your terminal session in the cisco device is at the terminal's number of lines. You can change this to not page by the command:"terminal pager...
View Article