Versions Compared

Key

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

...

No Format
<serverUrl>http://nomads.ncep.noaa.gov:9090/dods/gfs/gfs%RELATIVE_TIME_IN_SECONDS(yyyyMMdd, -18000 )%/gfs_%RELATIVE_TIME_IN_SECONDS(HH,-18000)%z</serverUrl>
When using "ftp://" import the option of passive mode is supported.  This is an optinal field, default value is false, and can be configured in the general section.
Code Block
languagexml
linenumberstrue
<general>
		<importType>importType</importType>
		<folder>"ftp://import/external</folder>
		<useFTPPassiveMode>true</useFTPPassiveMode>		
</general>
failedFolder

Folder to move badly formatted files to. This may be a UNC path (ie located on the network).

...