Package | Description |
---|---|
org.apache.commons.net.ftp |
FTP and FTPS support classes
|
Modifier and Type | Class and Description |
---|---|
static class |
FTPClient.NatServerResolverImpl
Default strategy for passive NAT workaround (site-local
replies are replaced.)
|
Modifier and Type | Field and Description |
---|---|
private FTPClient.HostnameResolver |
FTPClient.__passiveNatWorkaroundStrategy
Enable or disable replacement of internal IP in passive mode.
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClient.setPassiveNatWorkaroundStrategy(FTPClient.HostnameResolver resolver)
Set the workaround strategy to replace the PASV mode reply addresses.
|