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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20784751.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20751335.html
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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21081784.html
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...
http://www.experts-exchange.com/OS/Linux/Q_21291852.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21936206.html
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
...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_22126141.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21433066.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_22127569.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22709363.ht...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24580093.html
Zones:
C#Date Answered: 07/20/2009 Rating: 7.8 Views: 20