Searched refs:portCmd (Results 1 – 1 of 1) sorted by relevance
733 String portCmd; in openDataConnection() local756 portCmd = "EPRT |" + ((myAddress instanceof Inet6Address) ? "2" : "1") + "|" + in openDataConnection()758 if (!issueCommand(portCmd) || !issueCommand(cmd)) { in openDataConnection()760 portCmd = "PORT "; in openDataConnection()765 portCmd = portCmd + (addr[i] & 0xFF) + ","; in openDataConnection()769 …portCmd = portCmd + ((portSocket.getLocalPort() >>> 8) & 0xff) + "," + (portSocket.getLocalPort() … in openDataConnection()770 issueCommandCheck(portCmd); in openDataConnection()