11-28-2005 08:51 AM
11-27-2006 02:37 AM
The UTF-8 support in FTP fixes problems with accents/umlauts etc. in 1.4 community - but it depends on the FTP client enabling it.
11-27-2006 03:49 AM
12-01-2006 07:13 AM
protected final void procFeatures(FTPRequest req) throws IOException
{
// Check if the user is logged in
if (isLoggedOn() == false)
{
sendFTPResponse(500, "");
return;
}
// Send back the list of features supported by this FTP server
sendFTPResponse( 211, "Features");
sendFTPResponse( "SIZE");
sendFTPResponse( 211, "End");
}
12-01-2006 10:46 AM
12-01-2006 10:58 AM
12-25-2006 03:23 PM
03-29-2007 05:23 AM
Hi Laurent
That issue was fixed after the Community release was made, in the extended QA phase for the Enterprise release. Like another fixes that were made in this phase, they will get folded into the HEAD code before the next release. We've just merged in the WCM code, so these other fixes will arrive over the next few weeks.
OPTS UTF8 ON
200 OPTS UTF8 ON
PWD
257 "/"
CWD /Alfresco/Clients/Sch\303\251ma/20060922/
250 Requested file action OK
PWD
257 "/Alfresco/Clients/Sch?ma/20060922/"
550 Invalid Path /Alfresco/Clients/Schma/20060922/
03-29-2007 05:24 AM
05-06-2007 01:11 PM
05-08-2007 09:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.