954955956957958959960
*/ protected FTPDataSocket newPassiveDataSocket(String remoteHost, int port) throws IOException { StreamSocket sock = PlainSocket.createPlainSocket(remoteHost, port, controlSock.getSoTimeout()); return new FTPPassiveDataSocket(sock); }