New Post: Command not working in API
ulimit is a shell builtin.http://en.wikipedia.org/wiki/Shell_builtinhttp://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html Try:string command = "bash -c \"ulimit &&...
View ArticleNew Post: Command not working in API
da_rinkes wrote: This is not the code you are using: string command = "ulimit; Parameters[2].ToString"; cause this is nonsense ;) Please paste your real code!string command = "ulimit; " +...
View ArticleCreated Unassigned: Change Directory Command and Upload, Download [1672]
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleNew Post: Current Working Directory and Upload-Download File Operations
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleNew Post: SSH Key generation
Hi, Does SSH.NET can generate keys? I'll be glad to have a demo code. Thanks.
View ArticleNew Post: List Directory Command - No Wildcard Support ?
The List Directory command doesn't appear to support wildcards. So for instance if I want all the files with a "CSV" extension in the current working directory "*.csv" I get a "No Such File." error...
View ArticleNew Post: Can SSH.NET work with RSACryptoServiceProvider?
Can SSH.NET work with RSACryptoServiceProvider? I'm trying to figure out how SSH.NET and RSACryptoServiceProvider work together. Specifically, if I use RSACryptoServiceProvider, how can I use it's blob...
View ArticleNew Comment on "Documentation"
Great Library I use this a works fine. I have an error (NullReferenceException) when disconnect a session ssh with localportforward, the Session_ErrorOccured event handler in ForwardedPortLocal.NET.cs...
View ArticleNew Post: Deleting causes errors
Hello, I am implementing a function that is used for cleaning up data. It basically tries to delete a file and then delete its parent folder, as long as it is empty. Therefore, I'm using the following...
View ArticleNew Post: Deleting causes errors
Actually, I'm trying to figure out what the path should be that I provide into the Exists call. It seems that's what choking. I'm giving it: /abc/dadada/XYZ/20130807/Num_1310000840_Id_1190172.xml...
View ArticleCreated Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.
View ArticleNew Post: How to use SshNet with https
How to use SshNet with https. Ex: https://www.google.com Please help me. Thank !
View ArticleCreated Unassigned: Connect without ssh command? [1698]
I am attempting to transfer a file using ScpClient.The user I have is restricted by rssh to only be able to use the scp command. It does not have shell access at all.When transferring from the command...
View ArticleNew Post: Strong name
I also agree that it'd be nice for you to sign the assembly so we could just download the binary and not have to keep a copy of the source.
View ArticleCommented Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: ** Comment from web user: BobbyCannon ** I was seeing the same issue. I switched to a different SFTP server...
View ArticleCreated Unassigned: Getting File Not Found on all Upload/Delete/... cmds on...
Downloaded SFTP app [ Renci.SshNet ] from "codeplex" . Cannot get sftp.BeginUploadFile( streamparm, targetfilepath) or sftp.UploadFile ( streamparm, targetfilepath, null ) to work. Keep getting "File...
View ArticleNew Post: SCP from non-root to root
Hello, I'm looking for a way to do a scp when I cannot be directly connected in root. SCP works fine with initial login (non-root) and password, the problem is that I need to access a directory that is...
View ArticleCommented Unassigned: Connect without ssh command? [1698]
I am attempting to transfer a file using ScpClient.The user I have is restricted by rssh to only be able to use the scp command. It does not have shell access at all.When transferring from the command...
View ArticleNew Post: How to use SshNet with https
I know, this is lib for SSH, but i wan't use SSH with https.
View Article