no message

main
이범준 3 months ago
parent 9244243b23
commit 465f1a3cb9

@ -28,7 +28,7 @@ public class SshTouch {
private void run() throws Exception {
FTPUtil ssh = new FTPUtil();
ssh.initExec("192.168.201.120", "tcs", "tcs", 22);
ssh.initExec("192.168.201.120", "tcs", "tcs", 10040);
try {
String cmd = "";

@ -1,10 +1,5 @@
#!/bin/bash
#!/usr/bin/expect -f
if [ $# -lt 1]
then
echo "I Hope your input. [TARGET_SYS]"
exit
fi
TARGET_SYS=$1

@ -1,10 +1,5 @@
#!/bin/bash
#!/usr/bin/expect -f
if [ $# -lt 1]
then
echo "I Hope your input. [TARGET_SYS]"
exit
fi
TARGET_SYS=$1

@ -1,10 +1,5 @@
#!/bin/bash
#!/usr/bin/expect -f
if [ $# -lt 1]
then
echo "I Hope your input. [TARGET_SYS]"
exit
fi
TARGET_SYS=$1

Loading…
Cancel
Save