This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 562df314 Use final add 5446cc5c Implemented MODE Z for ftp client new cf3729a4 Merge pull request #220 from Flofler/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/main/java/org/apache/commons/net/ftp/FTP.java | 9 +- .../java/org/apache/commons/net/ftp/FTPClient.java | 15 +- .../org/apache/commons/net/ftp/ModeZSocket.java | 252 +++++++++++++++++++++ .../apache/commons/net/ftp/FTPClientModeZTest.java | 208 +++++++++++++++++ 4 files changed, 480 insertions(+), 4 deletions(-) create mode 100644 src/main/java/org/apache/commons/net/ftp/ModeZSocket.java create mode 100644 src/test/java/org/apache/commons/net/ftp/FTPClientModeZTest.java