Questions tagged [plink]

Plink (PuTTY Link) is a command-line interface to the PuTTY back ends, written and maintained primarily by Simon Tatham. It is a connection tool similar to UNIX ssh. It is mostly used for automated operations.

Plink (PuTTY Link) is a command-line interface to the PuTTY back ends, written and maintained primarily by Simon Tatham. It is a connection tool similar to UNIX . It is mostly used for automated operations.

Useful Links

Do not use tag for question about a genetic association analysis toolkit written by Shaun Purcell at Harvard/MGH, which is largely used on genetic sequence data.

427 questions
-1
votes
1 answer

To Run Plink.exe through Powershell

I need to write a powershell script that will connect to plink.exe command line tool and it has to open a remote server using the IP address provided through powershell. The script which I tried is not showing me any error but it is also not able to…
user3568228
  • 9
  • 3
  • 6
-2
votes
1 answer

Running linux commands through html

I want to create a basic html file that has an upload button for 3 files that are in a folder(.bed, .bim, .fam), and a convert button to convert those input files into another file (.ped, .map) I am successful to do this conversion in the terminal…
swirlydino
  • 29
  • 4
-2
votes
1 answer

automate the following steps

I have created an .bat file with the following command with a text file which contain "sudo su - oradev2"(C.txt). cd C:\Users\chakraborty_sayantan\Desktop plink -ssh serverA -l username -pw password -m "C:\Users\username\Desktop\c.txt" -t The…
-2
votes
1 answer

trying to sum a variable in a loop (plink0) in C++

so this is my entire code. The problem is that when I try to drop multiple chips and then print out the total winnings and the average winning per chip all I get is 0. I am really stuck, brand new to computer science and coding and all out of…
-2
votes
1 answer

How to write a command in plink using delphi 7

Need to be guided. I wanna make an application that can connect to postgre database through ssh server. My idea is to make a connection using plink => login to ssh2 server => login to database postgre => do some query (select ... from...) => get the…
-3
votes
1 answer

How to execute cd command on a putty window using a batch file which in turn calls a text file for commands

a.bat file, starts putty and executes commands written in the p.txt file: p.txt file contains commands:
-5
votes
1 answer

How to do password-less login using plink?

I'm able to login passwordless with putty after adding the key to my server and configuring putty (gui) with session. I'm unable to login passwordless with plink. How do I do this?
Vasantha Ganesh
  • 4,570
  • 3
  • 25
  • 33
1 2 3
28
29