rwinston 2004/12/13 03:24:50
Modified: net/src/java/org/apache/commons/net/ftp FTPReply.java
Log:
Added 521 return code. This should obviate the need for the Ant FTP task to
have to declare it itself.
Revision Changes Path
1.7 +1 -0
jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPReply.java
Index: FTPReply.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPReply.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- FTPReply.java 29 Feb 2004 10:26:55 -0000 1.6
+++ FTPReply.java 13 Dec 2004 11:24:50 -0000 1.7
@@ -63,6 +63,7 @@
public static final int CODE_502 = 502;
public static final int CODE_503 = 503;
public static final int CODE_504 = 504;
+ public static final int CODE_521 = 521;
public static final int CODE_530 = 530;
public static final int CODE_532 = 532;
public static final int CODE_550 = 550;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]