Sub-Pipeline : LoadFilesFromHTTP

Review the LoadFilesFromHTTP sub-pipeline when scheduling inventory imports.

Pipelet : Script (bc_api). Calls [GetFilesFromHttpServer.ds](b2c-get-files-from-http-server-ds.md)

VariableTypeComment
@input ConnectionUrlStringof the server URL including protocol
@input LoginStringThe login for authentication
@input PasswordStringThe password for authentication
@input SortDirectionString'ASCENDING' or 'DESCENDING'
@input NamePatternStringThe pattern for the filenames (use ".*" to get all)
@input ServerPathStringthe directory path at the server
@input importLoggerObject import loggerinput for import logger
@Output FileListdw.util CollectionThe files matching the pattern
@Output StatusCodeNumberThe servers status code
@Output StatusMessageStringThe servers status message
@Output importLoggerObject import loggerdebug output for import logger
@Output importErrorObject import errorerror output for import logger

Continue after calling node.