NAME

FEI_Fetch

SUMMARY

Wrapper for fei5get to allow retry attempts.

SYNOPSIS

FEI_Fetch [-Tries] [-Delay] [-Expect] [...]

OPTIONS

-Tries

Maximum number of retry attempts to make. If unspecified, uses the default of 5.

-Delay

Delay time between connection attempts (in seconds). The default is 120 seconds.

-Expect

Filename to be expected, will be deleted if there is a failure.

DESCRIPTION

FEI_Fetch is a wrapper for the FEI get utility. It will retry failed connections up to a maximum number of retry attempts, with a delay between attempts.

The maximum number of attempts can be passed with the command line option -Tries, otherwise it will default to five attempts.

The delay time can be passed in with the command line option -Delay, otherwise it will default to 120 seconds.

Exit Status

The number of files that failed to be processed; i.e. 0 on success. If a command line syntax error occurs the exit status will be 255.

Author

Guy McArthur, UA/HiROC

Copyright

Copyright (C) 2005-2020 Arizona Board of Regents on behalf of the Lunar and Planetary Laboratory at the University of Arizona.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Version

2.15 $ 2020/04/28 17:36:11