Configurar FTP

Conexión al servidor Alfresco mediante FTP (Protocolo de Transferencia de Archivos).

Cuando subimos un fichero mediante FTP en alfresco se creara el contenido de forma automatica, al igual que subimos una carpeta se creara un espacio.

Ficheros:

file-servers.xml

C:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco

file-servers-custom.xml

C:\Alfresco\tomcat\shared\classes\alfresco\extension

Fichero file-servers.xml:

<config evaluator=”string-comparecondition=”FTP Server>

<serverEnable enabled=”true/>

<!– Run on a non-privileged port –>

<!– <port>1121</port> –>

<!– FTP authentication –>

<authenticator type=”alfresco/>

<!– <debug flags = “File,Search,Error,Directory,Info,DataPort” /> –>

</config>

Fichero file-servers-custom.xml:

<config evaluator=”string-comparecondition=”FTP Serverreplate=”true>

<serverEnable enabled=”true/>

<!– Run on a non-privileged port –>

<port>22<port/>

<rootDirectory>/Alfresco/Asociaciones</rootDirectory>

<!– FTP authentication –>

<authenticator type=”alfresco/>

<!– <debug flags = “File,Search,Error,Directory,Info,DataPort” />  –>

</config>

Una Respuesta a Configurar FTP

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.