Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

ToxicF3AR

@ToxicF3AR
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Renci SSH Problem
    T ToxicF3AR

    Thanks my problem is fixed now :)

    Visual Basic perl help

  • Renci SSH Problem
    T ToxicF3AR

    I appreciate your help but how to put spaces them because if I am giving spaces between the commands they are getting back in from once again.

    Visual Basic perl help

  • Renci SSH Problem
    T ToxicF3AR

    Hello Friend I am making a GUI for my vpn in visual basic and I am getting a problem when I am using ("perl something.pl" + somehting + something1 + something2) but when I am using ("perl something.pl something1value something2value") everything is working fine any solution please Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim IP As String = "xxx.xxx.xxx.xxx" Dim Username As String = "root" Dim Password As String = "mypassword" Dim cmd As Renci.SshNet.SshCommand Dim connInfo As New Renci.SshNet.PasswordConnectionInfo(IP, Username, Password) Dim sshClient As New Renci.SshNet.SshClient(connInfo) Dim something As String = TextBox1.Text Dim something1 As String = TextBox2.Text Dim something2 As String = TextBox3.Text sshClient.Connect() cmd = sshClient.RunCommand("perl something.pl" +something + something1 + something2) Label1.Text = cmd.Result End Sub End Class

    Visual Basic perl help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups