File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
main/java/org/apache/commons/net/ftp Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 27
27
import java .net .ServerSocket ;
28
28
import java .net .Socket ;
29
29
import java .util .ArrayList ;
30
- import java .util .Arrays ;
31
30
32
31
import org .apache .commons .net .MalformedServerReplyException ;
33
32
import org .apache .commons .net .ftp .parser .DefaultFTPFileEntryParserFactory ;
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ limitations under the License.
23
23
24
24
<body >
25
25
<release version =" 2.0" date =" " description =" Java 5.0 release" >
26
+ <action dev =" rwinston" type =" update" issue =" NET-151" >
27
+ Add support for explictly overriding destination hosts for passive sessions. Thanks to < neil@JAMMConsulting.com>
28
+ </action >
26
29
<action dev =" rwinston" type =" update" >
27
30
Add null check in TelnetClient::disconnect().
28
31
</action >
You can’t perform that action at this time.
0 commit comments