Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents

Search

USGS

ISIS 3 Application Documentation


edrget

Printer Friendly View | TOC | Home

Download network file using FTP or HTTP protocol.

Overview Parameters

Description

When the Uniform Resouce Locator (URL) of a desired file is entered, edrget will use the FTP or HTTP protocol to download the requested file. The URL must contain the scheme, domain, path, and filename.
URL Example:
ftp://host.gov/directory/sub_directory/image_name.QUB
or
http://host.gov/directory/sub_directory/image_name.QUB

Categories


History

Robert Sucharski2005-07-12 Original version
Brendan George2007-02-14 Added TOPATH parameter
Brendan George2007-02-15 Changed output to default to current working directory
Steven Lambright2007-08-14 Added an application test
Tyler Wilson2015-09-14 Added a timeout event handler to gracefully exit the application in the event the ftp server response time becomes too long.

Parameter Groups

Files

Name Description
URLUniform Resouce Locator (URL) of the desired file.
TOPATHThe path to the output file

Timeout (ms)

Name Description
TIMEOUTTimeout (in milliseconds) for file requests.
X

Files: URL


Description

This is the Uniform Resource Locator (URL) for the network file to downloaded. The URL must contain the scheme, domain name, path, and file name.
URL Example:
ftp://host.gov/directory/sub_directory/image_name.QUB
or
http://host.gov/directory/sub_directory/image_name.QUB

Type string
Close Window
X

Files: TOPATH


Description

This path describes where the output file is to be located. The output filename will be derived from the URL.

Type string
Internal Default Current Working Directory
Close Window
X

Timeout (ms): TIMEOUT


Description

If the application does not hear from the server in the allotted amount of time, it quits and displays an error.

Type integer
Internal Default 60000
Close Window