Enter Keywords:
1 - 10 of 23(0.008 seconds)
Sort By:
 
I have created a button (plinkButton) in a form. I am using the shell command to call a batch file called plink.bat Here is the command I am currently using:  Shell("C:\Program Files\plink.bat...
Zones: Visual BasicDate Answered: 10/31/2003 Rating: 9.4 Views: 5
The problem is that it seems like somewhere along the line, the output from plink (a ssh client) is sent back through the ssh and "executed". "tiu: saarnese>" is the prompt in the shell The o...
Zones: Delphi ProgrammingDate Answered: 09/29/2003 Rating: 9.2 Views: 0
I would like to automate backups from win32 cygwin environment to a linux backup server with rsync. I can use rsync -e ssh but always get asked for a password (needs to be automated). plink.exe h...
Zones: Linux AdminDate Answered: 10/12/2004 Rating: 7.4 Views: 44
disclaimer: i'm a windows guy...so be easy on me ;) currently i'm using putty to login in as root and do some clean up on a gentoo system i'm trying to set up plink to use ssh so i can automa...
Zones: LinuxDate Answered: 01/28/2005 Rating: 6.2 Views: 0
Hello, In my vb application i open an SSH session with plink. Herefore, i use ShellExecute to open a batch file wich starts plink. After this my application waits 10 seconds, so that the co...
Zones: Visual BasicDate Answered: 08/02/2006 Rating: 9.4 Views: 0
On unix to unix rsync I simply can rsync -e ssh -va --delete "/home" username@backup.server:/mnt/backup, and it works perfectly, pubkey authentication, no rsync port opened on destination machine ...
Zones: Windows XPDate Answered: 01/20/2007 Rating: 7.8 Views: 0
I use Putty to SSH into my work LAN Server (Linux)...Putty has worked with no problem since the fist time years ago....all of a sudden I get Unable to open connection to [***] Unknown Network Error...
Zones: Windows XPDate Answered: 05/23/2005 Rating: 7.4 Views: 0
I am trying to establish an SSH tunnel through plink and it works just fine. However, if I am connecting to a server or IP I have not connected to yet, I get this message: ----------------- The...
Zones: Windows XP, Net Security, Secur...Date Answered: 01/19/2007 Rating: 7.8 Views: 134
I have the following code, plink is is an executable. I am running this code from the same directory as the executable. When I am testing the code it does not seem to be working. Any ideas why this...
Zones: VB ScriptDate Answered: 07/20/2007 Rating: 9.4 Views: 4
I am working on a C# application, that involves creating a text file (commands.txt), filling it with some text, closing the file, and then have a different program read the file. This happens after...
Zones: C#Date Answered: 07/20/2009 Rating: 7.8 Views: 20