-
Correction for my comment from 2009-10-10 05:19:
Reason for failure was misconfigured sudoers file. Shell just waited for entering password to run command.
2009-10-13 13:24:52 UTC by nobody
-
Appears that for me this happens only for sudo commands. Removing sudo - fixes the problem, but i still need to run command with sudo.
2009-10-10 05:19:21 UTC by yrtimid
-
I see same behavior but for line o = stdout.Read(buff, 0, buff.Length);
Sometimes this happens for very short command which don't return anything.
2009-10-08 09:42:25 UTC by yrtimid
-
tamirgal added picrap to the SharpSSH project.
2009-08-05 15:36:51 UTC by tamirgal
-
I use a channelsftP to' take files from the iPhone.. I have a directory in /private/var/mobile/Library/Mail named \something. I want to' get the list of files and folders in it so i use this command (after Open the session and the channel in vb.net):
dim c as channelsftp
c.get("/private/var/mobile/Library/Mail/\something/")
but it gives to' me an error of no such file..
And it's right....
2009-07-31 17:38:02 UTC by phate89
-
I'm having trouble making a secure FTP connection using SharpSSH. Up to now I've been using the DOS command line app MOVEit Freely to make the connection, and it connects fine:
C:\> ftps -user:ABC -password:123 xxx.xxx.xxx.mil
However, when I try to do the same thing with SharpSSH, I get an error that says either the connection timed out or the server didn't respond correctly:
Dim...
2009-05-26 19:39:42 UTC by gfrizzle