New 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 ArticleCommented Issue: Process terminated due to unhandled exception in Finalize /...
__My application encountered the following unhandled exception that caused the process to exit:__Framework Version: v4.0.30319Description: The process was terminated due to an unhandled...
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 ArticleCreated Unassigned: SSH and SCP without passwords [1829]
Is there a way to allow doing SSH and SCP without passwords?I can't figure out how to do it with this latest release of SSH .NET.Please help.Thanks and regards,codefinder
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 ArticleNew Post: sftp behind proxy unable to connect
Hi Guys, this may sound familiar but I am unable to get it to connect: Exception: at Renci.SshNet.Session.SocketReadLine(String& response) at Renci.SshNet.Session.ConnectHttp() at...
View Article