Uses of Interface
org.apache.commons.net.ftp.FTPClient.HostnameResolver
Packages that use FTPClient.HostnameResolver
-
Uses of FTPClient.HostnameResolver in org.apache.commons.net.ftp
Classes in org.apache.commons.net.ftp that implement FTPClient.HostnameResolverModifier and TypeClassDescriptionstatic class
Default strategy for passive NAT workaround (site-local replies are replaced.)Methods in org.apache.commons.net.ftp with parameters of type FTPClient.HostnameResolverModifier and TypeMethodDescriptionvoid
FTPClient.setPassiveNatWorkaroundStrategy
(FTPClient.HostnameResolver resolver) Sets the workaround strategy to replace the PASV mode reply addresses.