https://issues.apache.org/bugzilla/show_bug.cgi?id=54883
Arno Unkrig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Version|nightly |1.9.1 Target Milestone|--- |1.9.2 --- Comment #3 from Arno Unkrig <[email protected]> --- Added a patch for the 'FTP' task which adds four new task attributes private String proxyServer; // null: No FTP proxy private int proxyPort = DEFAULT_FTP_PORT; private String proxyUserid; // null: No FTP proxy authentication private String proxyPassword; and implements communication via the FTP proxy server iff required: <connect to proxy server on proxy port> user <proxy-userid> pass <proxy-password> user <userid>@<server>:<port> pass <password> Notice: 'FTP.java' did not change between 1.8.3 and 1.9.1. Please re-test, document and put into the next release of ANT. -- You are receiving this mail because: You are the assignee for the bug.
