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

    Constructors
    Constructor
    Description
    ProFTPPassiveDataSocket(String remoteHost, int port, int timeout, ProxySettings proxySettings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket

    close, closeChild, getInputStream, getLocalAddress, getLocalPort, getOutputStream, setReceiveBufferSize, setSendBufferSize, setTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProFTPPassiveDataSocket

      public ProFTPPassiveDataSocket(String remoteHost, int port, int timeout, ProxySettings proxySettings)
  • Method Details

    • connect

      public void connect() throws IOException
      Specified by:
      connect in interface com.enterprisedt.net.ftp.internal.FTPDataSocket
      Overrides:
      connect in class com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
      Throws:
      IOException