1 Dec 2003 11:14
cvs: curl /lib ftp.c
Daniel Stenberg <bagder <at> php.net>
2003-12-01 10:14:39 GMT
2003-12-01 10:14:39 GMT
bagder Mon Dec 1 05:14:39 2003 EDT
Modified files:
/curl/lib ftp.c
Log:
FTPS now works with active ftp and uploads too.
Index: curl/lib/ftp.c
diff -u curl/lib/ftp.c:1.211 curl/lib/ftp.c:1.212
--- curl/lib/ftp.c:1.211 Mon Nov 24 04:04:09 2003
+++ curl/lib/ftp.c Mon Dec 1 05:14:39 2003
<at> <at> -18,7 +18,7 <at> <at>
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id: ftp.c,v 1.211 2003/11/24 09:04:09 bagder Exp $
+ * $Id: ftp.c,v 1.212 2003/12/01 10:14:39 bagder Exp $
***************************************************************************/
#include "setup.h"
<at> <at> -174,6 +174,7 <at> <at>
}
break;
}
+
return CURLE_OK;
}
<at> <at> -504,47 +505,6 <at> <at>
(Continue reading)
RSS Feed