Lines Matching full:fakeftpserver
10 - Update ?Log4J Configuration Required to See Log Output? section on ?FakeFtpServer ? Getting Started? with info for SLF4J.
25 if you specify 0 for the serverControlPort property of FakeFtpServer or StubFtpServer. Then call
35 - FakeFtpServer: Support renaming of directories.
38 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2828362&group_id=208647. DefaultSession.readCommand().
41 - FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
49 - Added support for IPv6 (EPRT and EPSV commands) to FakeFtpServer and StubFtpServer. Thanks to Fernando Martinez for testing.
88 - [BREAKING CHANGE] Unify Fake and Stub CommandHandlers. Change ServerConfiguration to remove getReplyTextBundle(); make AbstractFakeCommandHandler implement ReplyTextBundleAware instead. Change FakeFtpServer to check for ReplyTextBundleAware and set replyTextBundle. Pull common from stub/fake into AbstractCommandHandler.
91 - Create new UnrecognizedCommandHandler, and use to return 502 reply from FakeFtpServer and StubFtpServer when a requested command is not supported.
92 - Add support for STAT command; Add systemStatus property to FakeFtpServer.
93 - Add support for SMNT command to FakeFtpServer;
99 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer).
101 - TESTS: Create sample test of FakeFtpServer with StaticReplyCommandHandler command handler(s).
103 - Change "assembly.xml" to include "fakeftpserver*.xml" files.
108 NEW FakeFtpServer.
109 This is an alternative "mock" FTP server implementation. FakeFtpServer provides a higher-level abstraction
111 valid user accounts and credentials. The FakeFtpServer then responds with appropriate replies and reply