Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Purpose: This file contains a list of External Data Sources such as FTP Servers. The login.alias attribute will be used within the RemoteSpecs.xml

Code Block
XMLxmlXML
xml
<sources>
    <source host="e4ftl01.cr.usgs.gov">
        <login type="ftp" alias="MOD09GAFtp">
            <username>anonymous</username>
            <password>user@host.com</password>
        </login>
    </source>
</sources>