<?xml version="1.0" encoding="iso-8859-1"?>
<param xmlns:xi="http://www.w3.org/2001/XInclude"
       xmlns="http://www.sos-berlin.com/schema/scheduler_job_documentation_v1.1"
       xmlns:xhtml="http://www.w3.org/1999/xhtml"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       name="ftp_local_dir"
       default_value="."
       required="false">
        <note language="de">
          <div xmlns="http://www.w3.org/1999/xhtml">
            Lokales Verzeichnis, aus dem Dateien übertragen werden; die Auswahl der Dateien erfolgt mit dem
            Parameter
            <code>ftp_file_spec</code>
            .
            <br clear="none"/>
            <br clear="none"/>
            Neben Verzeichnissen im lokalen Dateisystem werden UNC Namen unterstützt,
            mit denen Verzeichnisse auf anderen Servern adressiert werden können:
            <code>\\somehost\somedirectory</code>
            kann genau wie
            <code>//somehost/somedirectory</code>
            verwendet werden, um Dateien
            von einem entfernten Server System direkt auf einen FTP Server zu übertragen.
            <br clear="none"/>
            <br clear="none"/>
            Darüber hinaus können URIs für ein
            <code>file</code>
            Schema angegeben werden, z.B.
            <code>file:////somehost/somedirectory</code>
            .
            Beachten Sie bitte die erforderliche Anzahl Schrägstriche.
            <code>file</code>
            URIs 
            unterliegen folgenden, durch das verwendete Java JRE bedingte Limitationen:
            <br clear="none"/>
            <br clear="none"/>
            <ul>
              <li>Es können keine Dateien mit Leerzeichen im Pfad oder Dateinamen verarbeitet werden</li>
              <li>
                Authentifizierung anhand von
                <code>authority strings</code>
                , z.B.
                <code>file:////user:password@somehost/somedirectory</code>
                wird nicht unterstützt.
              </li>
            </ul>
          </div>
        </note>
        <note language="en">
          <div xmlns="http://www.w3.org/1999/xhtml">
            Local directory from which files should be transferred; the selection of files is specified
            by the parameter
            <code>ftp_file_spec</code>
            .
            <br clear="none"/>
            <br clear="none"/>
            Besides paths in the local file system UNC path names are supported
            that could be used to address remote server systems:
            <code>\\somehost\somedirectory</code>
            can be used in the same way as
            <code>//somehost/somedirectory</code>
            to transfer files from 
            a remote server system directly to an FTP server.
            <br clear="none"/>
            <br clear="none"/>
            Moreover, you could specify URIs for a
            <code>file</code>
            schema as in
            <code>file:////somehost/somedirectory</code>
            .
            Please, consider the required number of slashes.
            <code>file</code>
            URIs are
            subject to the following limitations due to constraints of the underlying Java JRE:
            <br clear="none"/>
            <br clear="none"/>
            <ul>
              <li>File names and path names must not contain any spaces.</li>
              <li>
                Authentication by
                <code>authority strings</code>
                as in
                <code>file:////user:password@somehost/somedirectory</code>
                is not supported.
              </li>
            </ul>
          </div>
        </note>
      </param>