[
https://issues.apache.org/jira/browse/NET-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521655
]
Nick Bower commented on NET-132:
--------------------------------
URI scheme aside, this seems to be possible with java.net:
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html
(See ftp.proxyHost and ftp.proxyPort)
> FtpProxy support
> ----------------
>
> Key: NET-132
> URL: https://issues.apache.org/jira/browse/NET-132
> Project: Commons Net
> Issue Type: Improvement
> Affects Versions: Nightly Builds
> Environment: Operating System: other
> Platform: Other
> Reporter: Mario Ivankovits
> Priority: Minor
> Attachments: FTPClient.proxy.patch
>
>
> Enable ftp-proxy support using system properties
> "ftpProxySet", "ftpProxyHost" and "ftpProxyPort"
> or via FTPClient.setProxy(proxyHost, proxyPort);
> ftpProxySet=true|false
> if set to true the environment settings are used, you can override by
> using "FTPClient.setProxy()"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.