#!/usr/bin/bash
#
# send_stdin_file
#
# Speichert logginginformationen in der Loggingdatenbank ueber einen httpget-Aufruf
#
# Aufruf:
#
# send_stdin_file [-c charset] [-d storepath] [-S] [-h hostname] [-s accessess] [-a] [-b bufflen]
#                 section teststep detail date time <Dateiname>
#
###################################################################################
#
send_file_value -I "$@"
