Hi, I need some help. I am trying to execute FTP.exe file with IP address from a java program using Runtime.getRuntime().exec("path\FTP.exe someIPaddress"); statement.But what happening is, ftp is starting but not able to stay within the same program. And also it is not asking for username and password also. Even if I give the username and password along with IP address, ...