Package com.enterprisedt.net.ftp.pro
Class ProFTPPassiveDataSocket
java.lang.Object
com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
com.enterprisedt.net.ftp.pro.ProFTPPassiveDataSocket
- All Implemented Interfaces:
com.enterprisedt.net.ftp.internal.FTPDataSocket
public class ProFTPPassiveDataSocket
extends com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
Description
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields inherited from class com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
cvsId, port, remoteHost, sock, timeout -
Constructor Summary
ConstructorsConstructorDescriptionProFTPPassiveDataSocket(String remoteHost, int port, int timeout, ProxySettings proxySettings) -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
close, closeChild, getInputStream, getLocalAddress, getLocalPort, getOutputStream, setReceiveBufferSize, setSendBufferSize, setTimeout
-
Constructor Details
-
ProFTPPassiveDataSocket
public ProFTPPassiveDataSocket(String remoteHost, int port, int timeout, ProxySettings proxySettings)
-
-
Method Details
-
connect
- Specified by:
connectin interfacecom.enterprisedt.net.ftp.internal.FTPDataSocket- Overrides:
connectin classcom.enterprisedt.net.ftp.internal.FTPPassiveDataSocket- Throws:
IOException
-