Changeset 27838 for branches/tap_branches/DataStore/scripts/dsget
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStore/scripts/dsget (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/DataStore/scripts/dsget
r25692 r27838 28 28 $timeout, 29 29 @xattrs, 30 $no_proxy, 30 31 ); 31 32 … … 44 45 'timeout|t=s' => \$timeout, 45 46 'xattr|x=s' => \@xattrs, 47 'no-proxy' => \$no_proxy, 46 48 ) or pod2usage( 2 ); 47 49 … … 80 82 # default http request timeout is 30s 81 83 $timeout ||= 30; 84 $no_proxy = 0 if !defined $no_proxy; 82 85 83 86 my %p = ( … … 140 143 filename => $tmpfilename, 141 144 ua_args => { timeout => $timeout }, 145 no_proxy => $no_proxy, 142 146 ); 143 147 … … 235 239 =head1 NAME 236 240 237 gsget - download a file from a DataStore server241 dsget - download a file from a DataStore server 238 242 239 243 =head1 SYNOPSIS … … 299 303 The ammount of time (in seconds) to wait for a response from the DataStore 300 304 after making an HTTP request. The default is 30s. 305 306 Optional. 307 308 =item * --no-proxy 309 310 Do not load proxy environment variables. 301 311 302 312 Optional.
Note:
See TracChangeset
for help on using the changeset viewer.
