Alfresco 3 FTP

cancel
Showing results for 
Search instead for 
Did you mean: 
hlander10
Member II

Alfresco 3 FTP

Bonjour,

J'aimerais activer le FTP sur mon serveur alfresco 3.0. J'ai cherché un bout de doc ou de tuto pour le faire correctement mais sans succès jusqu'a présent.

Quelqu'un aurait ça sous le coude, j'aimerais suivre pour pas caser toute ma config, je tourne sous UBUNTU.

Merci pour votre aide
3 Replies
hlander10
Member II

Re: Alfresco 3 FTP

pour activer le FTP, ajouter ces lignes au file-server.conf suffis :


<alfresco-config area="file-servers">



   <!– To override the default Alfresco filesystem use replace="true", to –>

   <!– add additional filesystems remove the replace="true" attribute     –>

  

   <config evaluator="string-compare" condition="Filesystems" replace="true">

     <filesystems>

       

         <!– Alfresco repository access shared filesystem –>

         <filesystem name="${filesystem.name}">

            <store>workspace://SpacesStore</store>

            <rootPath>/app:company_home</rootPath>



         <!– Add a URL file to each folder that links back to the web client –>

            <urlFile>

               <filename>__Alfresco.url</filename>

               <webpath>http://${localname}:8080/alfresco/</webpath>

            </urlFile>



         <!– Mark locked files as offline –>

          <offlineFiles/>



         <!– Desktop actions –>

         <!– Uses a client-side application to trigger a server-side action                         –>

         <!–   Echo - displays a message echoed from the server                                     –>

         <!–   URL  - launches a URL via the Windows shell                                          –>

         <!–   CmdLine - launches the Notepad application                                           –>

         <!–   CheckInOut - checks files in/out, drag and drop files onto the application           –>

         <!–   JavaScript - run a server-side script                                                –>

         <!–   JavaScriptURL - server-side script that generates a URL to the folder using a ticket –>

         <!–                   to avoid having to logon                                             –>



            <desktopActions>

               <global>

                  <path>alfresco/desktop/Alfresco.exe</path>

                  <webpath>http://${localname}:8080/alfresco/</webpath>

               </global>

               <action>

                  <class>org.alfresco.filesys.repo.desk.CheckInOutDesktopAction</class>

                  <name>CheckInOut</name>

                  <filename>__CheckInOut.exe</filename>

               </action>

               <action>

                  <class>org.alfresco.filesys.repo.desk.JavaScriptDesktopAction</class>

                  <name>JavaScriptURL</name>

                  <filename>__ShowDetails.exe</filename>

                  <script>alfresco/desktop/showDetails.js</script>

                  <attributes>anyFiles</attributes>

                  <preprocess>copyToTarget</preprocess>

               </action>

            <action>

               <class>org.alfresco.filesys.repo.desk.EchoDesktopAction</class>

               <name>Echo</name>

                 <filename>__AlfrescoEcho.exe</filename>

            </action>

            <action>

               <class>org.alfresco.filesys.repo.desk.URLDesktopAction</class>

               <name>URL</name>

                 <filename>__AlfrescoURL.exe</filename>

            </action>

            <action>

               <class>org.alfresco.filesys.repo.desk.CmdLineDesktopAction</class>

               <name>CmdLine</name>

                 <filename>__AlfrescoCmd.exe</filename>

            </action>

            <action>

               <class>org.alfresco.filesys.repo.desk.JavaScriptDesktopAction</class>

               <name>JavaScript</name>

               <filename>__AlfrescoScript.exe</filename>

               <script>alfresco/desktop/dumpRequest.js</script>

               <attributes>anyFiles, multiplePaths , allowNoParams</attributes>

               <preprocess>confirm, copyToTarget</preprocess>

            </action>

            </desktopActions>



         <!– Additional access control of the filesystem –>

         <!– Access type of 'none' will stop the filesystem from showing up for that user/address/protocol –>          

            <!–

            <accessControl default="Write">

               <user name="admin" access="Write"/>

               <address subnet="192.168.1.0" mask="255.255.255.0" access="Write"/>

            </accessControl>

            –>

         </filesystem>

        

         <!– AVM virtualization view of all stores/versions for WCM –>

         <!– virtual view can be any of the following: normal, site, staging, author, preview –>

         <avmfilesystem name="AVM">

            <virtualView stores="site,staging,author"/>

         </avmfilesystem>

        

      </filesystems>

   </config>


   <config evaluator="string-compare" condition="FTP Server">
     <serverEnable enabled="true"/>
   
     <!– Run on a non-privileged port –>
     <!– <port>1121</port>–>
 

      <!– FTP authentication –>
      <authenticator type="alfresco"/>

   </config>

</alfresco-config>


Mais j'ai ces logs
17:17:07,409 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
17:17:07,412 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
17:17:07,412 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/usr/share/tomcat6/shared/classes/alfresco-global.properties]
17:17:07,528 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:33,261 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
17:17:34,508 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
17:17:38,325 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
17:17:38,355 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:39,128 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
17:17:39,129 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
17:17:39,375 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /var/lib/alfresco
17:17:39,453 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
17:17:39,931 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
17:17:39,937 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
17:17:39,961 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
17:17:39,985 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:40,373 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
17:17:40,398 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:40,764 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
17:17:45,793 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
17:17:45,795 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
17:17:46,593 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
17:17:46,593 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
17:17:46,609 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:46,682 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
17:17:46,683 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
17:17:46,703 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:17:46,727 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
17:17:46,776 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_16-b01; maximum heap size 1016,125MB
17:17:46,777 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (@build-number@) schema 2019 - Installed version 3.2.0 (@build-number@) schema 2019
17:18:00,263 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
17:18:02,033 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
17:18:02,056 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
17:18:02,167 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
17:18:04,793 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@1f0dbb9: display name [Root WebApplicationContext]; startup date [Mon Sep 21 17:18:04 CEST 2009]; root of context hierarchy
17:18:05,156 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@1f0dbb9]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1ef6f04
17:18:07,633 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
17:18:07,681 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 360.50974ms)
17:18:08,220 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 171 Web Scripts (+0 failed), 173 URLs
17:18:08,246 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 543.20746ms)
17:18:08,641 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework

Je pensais que le nom de domaine n'étais utile que pour CIFS, et j'en parle pas donc je comprend plus, voila pourquoi j'aurais aimé une doc…
J'aimerais d'abord faire fonctionner FTP avant de me lancer dans l'aventure CIFS et pour l'instant avec un client FTP, j'obtiens les messages:
Connexion au 192.168.0.11
Connexion établie, attente du message d'accueil
Impossible d'établir une connexion au serveur.

Pouvez vous m'expliquer
hlander10
Member II

Re: Alfresco 3 FTP

je suis repartie du message intitulé

[RESOLU] Alfresco Community 3.2 et Ubuntu server 9.04 poster par calamarz, j'en profite pour le remercier d'ailleurs.

J'ai bien accès en local sur mon réseau au FTP. Par contre de l'extérieur, non.

Je précise que mon serveur UBUNTU est derrière une freebox, j'ai bien redirigé les ports.

Lorsque j'utilise le client filezilla il ne répond : Le serveur a envoyé une réponse passive avec une adresse non routable. Utilisation de l'adresse du serveur à la place.

Et je n'obtiens aucun répertoire.
hlander10
Member II

Re: Alfresco 3 FTP

Bon je reprend car je cherche de partout, et n'étant pas un admin ubuntu, je suis grave perdu dans les rerootage de port et autre.

Je sais donc pas si le pb vient d'alfresco ou de ma config serveur

Donc voici mon alfresco-global.properties actuel

###############################

## Common Alfresco Properties #

###############################



#

# Sample custom content and index data location

#————-

dir.root=/var/lib/alfresco



#

# Sample database connection properties

#————-

db.name=alfresco

db.username=alfresco

db.password=alfresco

db.host=localhost

db.port=3306



#

# External locations

#————-

ooo.exe=/usr/bin/soffice

img.root=/usr

swf.exe=/usr/bin/alfresco-pdf2swf



#

# MySQL connection

#————-

db.driver=org.gjt.mm.mysql.Driver

db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}

hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect



#

# Index Recovery Mode

#————-

#index.recovery.mode=Auto



#

# Outbound Email Configuration

#————-

#mail.host=

#mail.port=25

#mail.username=anonymous

#mail.password=

#mail.encoding=UTF-8

#mail.from.default=alfresco@alfresco.org

#mail.smtp.auth=false



#

# Alfresco Email Service and Email Server

#————-



# Enable/Disable the inbound email service.  The service could be used by processes other than

# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.

#————-

#email.inbound.enabled=true



# Email Server properties

#————-

#email.server.enabled=true

#email.server.port=25

#email.server.domain=alfresco.com

#email.inbound.unknownUser=anonymous



# A comma separated list of email REGEX patterns of allowed senders.

# If there are any values in the list then all sender email addresses

# must match.  For example:

#   .*\@alfresco\.com, .*\@alfresco\.org

# Allow anyone:

#————-

#email.server.allowed.senders=.*



#

# The default authentication chain

# To configure external authentication subsystems see:

# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems

#————-

#authentication.chain=alfrescoNtlm1:alfrescoNtlm



#

# IMAP

#————-

#imap.server.enabled=true

#imap.server.port=143

#imap.server.host=localhost

#

# OPS CIFS

#————-
cifs.enabled=true
cifs.Server.Name=javaa
cifs.domain=MONDOMAINE
cifs.hostanounce=true
cifs.broadcast=0.0.0.0
cifs.tcpipSMB.port=1445
cifs.ipv6.enabled=false
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139

#

# OPS FTP

#————-
ftp.enabled=true
ftp.port=2021


Mon /etc/init.d/tomcat6
#!/bin/sh
#
# /etc/init.d/tomcat6 – startup script for the Tomcat 6 servlet engine
#
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian GNU/Linux   by Ian Murdock <imurdock@gnu.ai.mit.edu>.
# Modified for Tomcat by Stefan Gybas <sgybas@debian.org>.
# Modified for Tomcat6 by Thierry Carrez <thierry.carrez@ubuntu.com>.
#
### BEGIN INIT INFO
# Provides:          tomcat
# Required-Start:    $local_fs $remote_fs $network
# Required-Stop:     $local_fs $remote_fs $network
# Should-Start:      $named
# Should-Stop:       $named
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start Tomcat.
# Description:       Start the Tomcat servlet engine.
### END INIT INFO

### debut MODIF OPS
redirect() {
        echo "Redirecting port $1 to $2 ($3)"
        iptables -t nat -A OUTPUT -p $3 –dport $1 -j REDIRECT –to-ports $2
        iptables -t nat -A PREROUTING -p $3 –dport $1 -j REDIRECT –to-ports $2
        iptables -t nat -A OUTPUT -p $3 –dport $1 -j REDIRECT –to-ports $2
}

#
# setup_iptables
# setup iptables for redirection of CIFS and FTP
setup_iptables () {

        echo "1" >/proc/sys/net/ipv4/ip_forward
        # Clear NATing tables
        iptables -t nat -F
        # FTP NATing
        redirect 21 2021 tcp

        # CIFS NATing
        redirect 445 1445 tcp
        redirect 139 1139 tcp
        redirect 137 1137 udp
        redirect 138 1138 udp
}
### fin MODIF OPS

set -e

PATH=/bin:/usr/bin:/sbin:/usr/sbin
NAME=tomcat6
DESC="Tomcat servlet engine"
DAEMON=/usr/bin/jsvc
CATALINA_HOME=/usr/share/$NAME
DEFAULT=/etc/default/$NAME
JVM_TMP=/tmp/tomcat6-temp

if [ `id -u` -ne 0 ]; then
   echo "You need root privileges to run this script"
   exit 1
fi

# Make sure tomcat is started with system locale
if [ -r /etc/default/locale ]; then
   . /etc/default/locale
   export LANG
fi

. /lib/lsb/init-functions
. /etc/default/rcS


# The following variables can be overwritten in $DEFAULT

# Run Tomcat 6 as this user ID
TOMCAT6_USER=tomcat6

# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not
# defined in $DEFAULT)
JDK_DIRS="/usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.5-ibm"

# Look for the right JVM to use
for jdir in $JDK_DIRS; do
    if [ -r "$jdir/bin/java" -a -z "${JAVA_HOME}" ]; then
   JAVA_HOME="$jdir"
    fi
done
export JAVA_HOME

# Directory for per-instance configuration files and webapps
CATALINA_BASE=/var/lib/$NAME

# Use the Java security manager? (yes/no)
TOMCAT6_SECURITY=yes

# Default Java options
# Set java.awt.headless=true if JAVA_OPTS is not set so the
# Xalan XSL transformer can work without X11 display on JDK 1.4+
# It also looks like the default heap size of 64M is not enough for most cases
# so the maximum heap size is set to 128M
if [ -z "$JAVA_OPTS" ]; then
   JAVA_OPTS="-Djava.awt.headless=true -Xmx128M"
fi

# End of variables that can be overwritten in $DEFAULT

# overwrite settings from default file
if [ -f "$DEFAULT" ]; then
   . "$DEFAULT"
fi

if [ ! -f "$CATALINA_HOME/bin/bootstrap.jar" ]; then
   log_failure_msg "$NAME is not installed"
   exit 1
fi

if [ ! -f "$DAEMON" ]; then
   log_failure_msg "missing $DAEMON"
   exit 1
fi

POLICY_CACHE="$CATALINA_BASE/work/catalina.policy"

JAVA_OPTS="$JAVA_OPTS -Djava.endorsed.dirs=$CATALINA_HOME/endorsed -Dcatalina.base=$CATALINA_BASE -Dcatalina.home=$CATALINA_HOME -Djava.io.tmpdir=$JVM_TMP"

# Set the JSP compiler if set in the tomcat6.default file
if [ -n "$JSP_COMPILER" ]; then
   JAVA_OPTS="$JAVA_OPTS -Dbuild.compiler=$JSP_COMPILER"
fi

if [ "$TOMCAT6_SECURITY" = "yes" ]; then
   JAVA_OPTS="$JAVA_OPTS -Djava.security.manager -Djava.security.policy=$POLICY_CACHE"
fi

# Set juli LogManager if logging.properties is provided
if [ -r "$CATALINA_BASE"/conf/logging.properties ]; then
  JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties"
fi

# Define other required variables
CATALINA_PID="/var/run/$NAME.pid"
BOOTSTRAP_CLASS=org.apache.catalina.startup.Bootstrap
JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar"

# Look for Java Secure Sockets Extension (JSSE) JARs
if [ -z "${JSSE_HOME}" -a -r "${JAVA_HOME}/jre/lib/jsse.jar" ]; then
    JSSE_HOME="${JAVA_HOME}/jre/"
fi
export JSSE_HOME

case "$1" in
  start)
   if [ -z "$JAVA_HOME" ]; then
      log_failure_msg "no JDK found - please set JAVA_HOME"
      exit 1
   fi

   if [ ! -d "$CATALINA_BASE/conf" ]; then
      log_failure_msg "invalid CATALINA_BASE: $CATALINA_BASE"
      exit 1
   fi
   # debut MODIF OPS
   echo "Setting up iptables …"[/b]
        setup_iptables
   # fin MODIF OPS

   log_daemon_msg "Starting $DESC" "$NAME"
   if start-stop-daemon –test –start –pidfile "$CATALINA_PID" \
      –user $TOMCAT6_USER –startas "$JAVA_HOME/bin/java" \
      >/dev/null; then

      # Regenerate POLICY_CACHE file
      umask 022
      echo "// AUTO-GENERATED FILE from /etc/tomcat6/policy.d/" \
         > "$POLICY_CACHE"
      echo ""  >> "$POLICY_CACHE"
      cat $CATALINA_BASE/conf/policy.d/*.policy \
         >> "$POLICY_CACHE"

      # Remove / recreate JVM_TMP directory
      rm -rf "$JVM_TMP"
      mkdir "$JVM_TMP" || {
         log_failure_msg "could not create JVM temporary directory"
         exit 1
      }
      chown $TOMCAT6_USER "$JVM_TMP"
      cd "$JVM_TMP"

      $DAEMON -user "$TOMCAT6_USER" -cp "$JSVC_CLASSPATH" \
          -outfile SYSLOG -errfile SYSLOG \
          -pidfile "$CATALINA_PID" $JAVA_OPTS "$BOOTSTRAP_CLASS"

      sleep 5
           if start-stop-daemon –test –start –pidfile "$CATALINA_PID" \
         –user $TOMCAT6_USER –startas "$JAVA_HOME/bin/java" \
         >/dev/null; then
         log_end_msg 1
      else
         log_end_msg 0
      fi
   else
           log_progress_msg "(already running)"
      log_end_msg 0
   fi
   ;;
  stop)
   log_daemon_msg "Stopping $DESC" "$NAME"
        if start-stop-daemon –test –start –pidfile "$CATALINA_PID" \
      –user "$TOMCAT6_USER" –startas "$JAVA_HOME/bin/java" \
      >/dev/null; then
      log_progress_msg "(not running)"
   else
      $DAEMON -cp "$JSVC_CLASSPATH" -pidfile "$CATALINA_PID" \
           -stop "$BOOTSTRAP_CLASS"
   fi
   rm -rf "$JVM_TMP"
   log_end_msg 0
   ;;
   status)
        if start-stop-daemon –test –start –pidfile "$CATALINA_PID" \
      –user $TOMCAT6_USER –startas "$JAVA_HOME/bin/java" \
      >/dev/null; then

      if [ -f "$CATALINA_PID" ]; then
          log_success_msg "$DESC is not running, but pid file exists."
         exit 1
      else
          log_success_msg "$DESC is not running."
         exit 3
      fi
   else
      log_success_msg "$DESC is running with pid `cat $CATALINA_PID`"
   fi
        ;;
  restart|force-reload)
        if start-stop-daemon –test –stop –pidfile "$CATALINA_PID" \
      –user $TOMCAT6_USER –startas "$JAVA_HOME/bin/java" \
      >/dev/null; then
      $0 stop
      sleep 1
   fi
   $0 start
   ;;
  try-restart)
        if start-stop-daemon –test –start –pidfile "$CATALINA_PID" \
      –user $TOMCAT6_USER –startas "$JAVA_HOME/bin/java" \
      >/dev/null; then
      $0 start
   fi
        ;;
  *)
   log_success_msg "Usage: $0 {start|stop|restart|try-restart|force-reload|status}"
   exit 1
   ;;
esac

exit 0

Ceux sont que les deux seuls fichiers que j'ai modifié dans l'environnement alfresco.

Le serveur est derrière une box, ou j'ai normalement paramétré le renvoi de port.

Et lorsque j'essai de me connecter avec Filezilla voici le log obtenu, si filezila configurer en mode : ACTIF

Erreur :   Lecture du contenu du dossier annulée par l'utilisateur
Statut :   Déconnecté du serveur
Statut :   Connexion à 88.186.218.190:21…
Statut :   Connexion établie, attente du message d'accueil…
Réponse :   220 FTP server ready
Commande :   USER test
Réponse :   331 User name okay, need password for test
Commande :   PASS ******
Réponse :   230 User logged in, proceed
Commande :   OPTS UTF8 ON
Réponse :   200 OPTS UTF8 ON
Statut :   Connecté
Statut :   Récupération du contenu du dossier…
Commande :   PWD
Réponse :   257 "/"
Commande :   TYPE I
Réponse :   200 Command OK
Commande :   PORT 192,168,0,20,12,50
Réponse :   200 Port OK
Commande :   MLSD
Réponse :   150 File status okay, about to open data connection

et celui ci en mode PASSIF
Statut :   Connexion à 88.186.218.190:21…
Statut :   Connexion établie, attente du message d'accueil…
Réponse :   220 FTP server ready
Commande :   USER test
Réponse :   331 User name okay, need password for test
Commande :   PASS ******
Réponse :   230 User logged in, proceed
Commande :   SYST
Réponse :   215 UNIX Type: Java FTP Server
Commande :   FEAT
Réponse :   211-Features supported
Réponse :    MDTM
Réponse :    SIZE
Réponse :    UTF8
Réponse :    MLST size*;modify*;create*;type*;unique*;perm*;media-type*;
Réponse :    MLSD
Réponse :   211 END
Commande :   OPTS UTF8 ON
Réponse :   200 OPTS UTF8 ON
Statut :   Connecté
Statut :   Récupération du contenu du dossier…
Commande :   PWD
Réponse :   257 "/"
Commande :   TYPE I
Réponse :   200 Command OK
Commande :   PASV
Réponse :   227 Entering Passive Mode (192,168,0,11,178,28)
Statut :   Le serveur a envoyé une réponse passive avec une adresse non routable. Utilisation de l'adresse du serveur à la place.
Commande :   MLSD
Réponse :   150 File status okay, about to open data connection

Je suis vraiment bloqué si quelqu'un peut prendre un moment pour m'aider.

Merci