Name | Modified | Size | Downloads / Week |
---|---|---|---|
mockftpserver | 2016-12-07 | ||
README.txt | 2015-06-10 | 1.6 kB | |
Totals: 2 Items | 1.6 kB | 2 |
MockFtpServer --------------- http://mockftpserver.sourceforge.net/ The MockFtpServer project provides a mock/dummy FTP server implementations that can be very useful for testing of FTP client code. Two FTP Server implementations are provided, each at a different level of abstraction. Changes in version 2.6 (Jun 2015) ------------------------------------------ - BUG #25: OutOfMemoryError: Java heap space; clean up closed sessions. Session: Added boolean Session.isClosed(). AbstractFtpServer: Clean up closed sessions. - BUG #24: Close passiveModeDataSocket if in passive mode. - BUG/FEATURE #27: Treat null incoming command as terminating the session. Changes in version 2.5 (May 2014) ------------------------------------------ - Fix #23 PWD response should have commentary: "{0}" is current directory. Also adjusted reply text for MKD to adhere to RFC959: "{0}" created. - Removed deprecation of assertSessionReply(int,Object) - Fix broken internal links on the web site pages. - Update Log4J Configuration Required to See Log Output section on FakeFtpServer Getting Started with info for SLF4J. - Added MockFtpServer logo image. Thanks to cooltext.com. Changes in version 2.4 (15 Jul 2012) ------------------------------------------ - FEATURE #2466395: Remove log4j dependency. Switch to using SLF4J (http://www.slf4j.org/). - FEATURE #3544349: Return MockFtpServer information as part of connect 220 response. - Upgrade to Groovy 1.7.10; fix Maven site plugin incompatibility. - Change pom.xml to use SFTP to deploy to Maven repo.