no message

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

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

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

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

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

Loading…
Cancel
Save