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

Packages that use DataChannelCallback
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
 

Uses of DataChannelCallback in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as DataChannelCallback
protected  DataChannelCallback FTPControlSocket.dataChannelCallback
          Pasv callback method
protected  DataChannelCallback FTPClient.dataChannelCallback
          Pasv callback method
 

Methods in com.enterprisedt.net.ftp with parameters of type DataChannelCallback
 void FTPClient.setDataChannelCallback(DataChannelCallback callback)
          Set the data channel callback, which notifies of the ip and port number to be connected to, and gives an opportunity to modify these values
 



Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.