Searched refs:passive (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpClient.java144 * Enables, or disables, the use of the <I>passive</I> mode. In that mode,
151 * <p><b>Note:</b> Since the passive mode might not be supported by all
156 * @param passive {@code true} to force passive mode.
160 public abstract FtpClient enablePassiveMode(boolean passive); argument
163 * Tests whether passive mode is enabled.
165 * @return {@code true} if the passive mode has been enabled.
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java81 * Only passive mode used in JDK. See Bug 8010784.
725 // We're behind a firewall and the passive mode fail,
824 * Set the transfer mode to <I>passive</I>. In that mode, data connections
832 public sun.net.ftp.FtpClient enablePassiveMode(boolean passive) { argument
833 // Only passive mode used in JDK. See Bug 8010784.
834 // passiveMode = passive;

Completed in 64 milliseconds