edtFTPj

Uses of Interface
com.enterprisedt.net.ftp.FTPDataSocket

Packages that use FTPDataSocket
com.enterprisedt.net.ftp   
 

Uses of FTPDataSocket in com.enterprisedt.net.ftp
 

Classes in com.enterprisedt.net.ftp that implement FTPDataSocket
 class FTPActiveDataSocket
          Active data socket handling class
 class FTPPassiveDataSocket
          Passive data socket handling class
 

Fields in com.enterprisedt.net.ftp declared as FTPDataSocket
protected  FTPDataSocket FTPClient.data
          Socket responsible for transferring the data
 

Methods in com.enterprisedt.net.ftp that return FTPDataSocket
protected  FTPDataSocket FTPControlSocket.createDataSocketPASV()
          Request a data socket be created on the server, connect to it and return our connected socket.
protected  FTPDataSocket FTPControlSocket.newActiveDataSocket(int port)
          Constructs a new FTPDataSocket object (server mode) which will listen on the given port number.
protected  FTPDataSocket FTPControlSocket.newPassiveDataSocket(String remoteHost, int port)
          Constructs a new FTPDataSocket object (client mode) and connect to the given remote host and port number.
 


edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.