Uses of Class
com.enterprisedt.net.ftp.IPEndpoint
Packages that use IPEndpoint
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of IPEndpoint in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return IPEndpointModifier and TypeMethodDescriptionDataChannelCallback.onPASVResponse(IPEndpoint endpoint) If this callback is implemented, it should return the endpoint that the user wishes to connect to.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 IPEndpointModifier and TypeMethodDescriptionDataChannelCallback.onPASVResponse(IPEndpoint endpoint) If this callback is implemented, it should return the endpoint that the user wishes to connect to.DataChannelCallback.onPORTCommand(IPEndpoint endpoint) If this callback is implemented, it should return the endpoint that the server should connect to in active (PORT) mode.