Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: public class filetrans { public static void main(String[] args) throws IOException, InterruptedException { SshClient client = null; String login="user"; String password="password"; try { client = SshClient.setUpDefaultClient(); client.start(); ConnectFuture future = client.connect("myhost",myport); future.await(); ClientSession session = (ClientSessi Source: http://pastebin.com/raw.php?i=ewFBhjLw
↧