New Post: Last Modified/Creation Date
Hi, Is there any way to retain the last modification and/or creation time on a transferred file via sftp from this library? If not, will this be something that could be added to a future release? Any...
View ArticleNew Post: Last Modified/Creation Date
You can propose a patch for this feature (if it is missing). I'm sure it can be integrated to a future release.
View ArticleNew Post: Accessing psql after login to a server
Instead of doing the shell dance, I propose to use a local forwarding. You can forward the database socket to your ssh client and talk to the database directly.
View ArticleNew Post: Exception while disposing sshclient object
Hello all I am using the SSH.Net library in a project where I connect to a NetApp host. This generally works very good. However in cases where the host does not answer I get the following exception:A...
View ArticleNew Post: Proposal: Switching to GIT?
Hear ye, hear ye! Git would be absolutely positively super duper awesome. I'm currently using this library for a client, where we use Git. I have a couple of bug fixes and improvements that I'd like to...
View ArticleNew Post: Exception while disposing sshclient object
Philipp, What version of SSH.NET are you using ?
View ArticleNew Post: Exception while disposing sshclient object
As I wrote: 2014.4.6-beta1. This is a productive system and it is not that easy to deploy the lates version. In the code I saw that SshClientobject.Dispose() also calles the Disconnect() methode. The...
View ArticleNew Post: Disconnect blocks forever
Hello, I have the same problem. I'm using ssh.net 2014.4.6-beta2 I'm doing a reboot on a linux machine and disconnecting as fast as i can after that. The sshclient hangs in the Disconnect method...
View ArticleCreated Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleCommented Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleCommented Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleCommented Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleNew Post: Disconnect blocks forever
This is a known issue in beta 2 that I already ran into myself. Please submit an issue for this so we don't lose track of it. You can refer to this discussion. It happens when the server disconnects,...
View ArticleCreated Unassigned: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleNew Post: Disconnect blocks forever
Thank you for the information. I have submitted an issue:https://sshnet.codeplex.com/workitem/2591
View ArticleCreated Unassigned: Retain Last Modified/Creation Date on SFTP File Transfer...
I'm requesting a patch to retain the last modification and creations date/time on transferred files via sftp.Any time that I transfer a file via sftp with this library my last modification and creation...
View ArticleCommented Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleCommented Unassigned: execute impdp command [2590]
Hi I use runCommand to execute some basic ksh script without problems. (rm..). But i can't run command with impdp. var cmd = ssh.RunCommand("ssh oracle@192.168.1.31;cd...
View ArticleClosed Unassigned: Dinamic Forwarding Socks5 Name Resolution via SSH [2589]
First of all. Sorry for my english. and thanks for all developers for making this amazing...
View Article