Gets the FTP proxy. @return the FTP proxy hostname if present, or null if not set @deprecated getFtpProxy is deprecated and will be removed in a future release.
()
| 225 | * @deprecated getFtpProxy is deprecated and will be removed in a future release. |
| 226 | */ |
| 227 | @Deprecated |
| 228 | public @Nullable String getFtpProxy() { |
| 229 | return ftpProxy; |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Specify which proxy to use for FTP connections. |
no outgoing calls