History log of /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
75520503341f870a8d2a27e0a82cca14f8aa6a4b 11-Jun-2009 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Support for IPv6: EPRT and EPSV

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@229 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
49deb463d1cc3132e4aa60bfd4469398c57c1745 07-Dec-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Create new UnrecognizedCommandHandler-- return 502 reply from FakeFtpServer and StubFtpServer when a requested command is not supported.

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@192 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
c4a22299b897279a8518308b9067da84af077281 24-Oct-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Validate file and directory access based on file permissions

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@136 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
3275b5ae2d141fda9e96af90c55d2f2f375c1093 22-Oct-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Validate file and directory access based on file permissions

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@132 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
d3d88694d35ecd5908d3e0f7cc3c1e4d69eb37f2 22-Oct-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Validate file and directory access based on file permissions

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@131 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
dc5be681ed2232085080c0af73613491c7a764ab 21-Oct-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Validate file and directory access based on file permissions

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@130 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
fa3e4a9d121b1ad40a6d418b925afda82d3567ba 17-Jul-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Fake ACCT CommandHandler

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@83 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
5e9a0227eb376a4d67ada00c7ea54d3f7962cefd 03-Jul-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Fake CDUP CommandHandler; change CDUP reply code to 200.

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@79 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
5e4167540f70a75ce28b9c69a41db7ee38c22de3 03-Jul-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Rename ReplyCodes.SEND_DATA_INITIAL_OK and SEND_DATA_FINAL_OK to TRANSFER_DATA_..

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@78 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
5c17f34e1a613c319d355112f8298c20015ef7f2 07-Jun-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> FakFtpServerIntegrationTest (first phase); homeDirectory support

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@64 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
70cc38904cf8c9abc6f9994cec83e2b7685a607d 19-May-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Overide FileSystem methods to test exception-handling

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@55 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
016b6dd21f1a552e28f4c6894b586b770241b0ed 11-Apr-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> RNFR and RNTO commands and common infrastructure

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@37 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
562a28c4b19670f3dcca8973ee68f166386dca26 10-Apr-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> RMD command and common infrastructure

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@36 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
ae0aaa3a69844af9a57ec1e0219adba82c9919d3 09-Apr-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> CWD command and common infrastructure

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@35 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
33e5281191636818c9efc791bdcd670c3a845f7e 02-Apr-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Support for USER and PASS (fake)

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@31 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
78795c9e5e3c55fc294f011bcc129b7aab0f49b7 26-Mar-2008 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Initial fake command-handler for USER command

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@30 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
4ca3386623ce60063f27955ad1b2b1b6cbba8b09 19-Dec-2007 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Update SVN tags

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@8 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java
93102446a7b7c3d17888064b4e2e4e5cb534e6d0 19-Dec-2007 chrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330> Initial import. Version 1.0.

git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@2 531de8e6-9941-0410-b38b-9a92acbe0330
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ReplyCodes.java