Uses of Class
com.enterprisedt.net.ftp.IPEndpoint

Packages that use IPEndpoint
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 IPEndpoint in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return IPEndpoint
 IPEndpoint DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the user wishes to connect to.
 IPEndpoint DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the server should connect to in active (PORT) mode.
 

Methods in com.enterprisedt.net.ftp with parameters of type IPEndpoint
 IPEndpoint DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the user wishes to connect to.
 IPEndpoint DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the server should connect to in active (PORT) mode.
 



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