Skip to content

Commit 6e77e7e

Browse files
authored
Merge pull request #192 from jedwards4b/update_inputdata_server
remove anonymous ftp and gridftp, use wget
2 parents eff3ef2 + bc3cd21 commit 6e77e7e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

config_inputdata.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,16 @@
77
<!-- inputdata_chksum.dat is found on the server in the directory above inputdata -->
88
<!-- it will be searched for filename and chksum of each downloaded file. -->
99
<!-- see the file ftp://ftp.cgd.ucar.edu/cesm/inputdata_chksum.dat for proper format. -->
10-
<server>
11-
<comment>grid ftp requires the globus-url-copy tool on the client side </comment>
12-
<protocol>gftp</protocol>
13-
<address>ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/</address>
14-
<checksum>../inputdata_checksum.dat</checksum>
15-
</server>
16-
1710
<server>
1811
<protocol>wget</protocol>
19-
<address>ftp://ftp.cgd.ucar.edu/cesm/inputdata/</address>
20-
<user>anonymous</user>
21-
<password>[email protected]</password>
12+
<address>https://ftp.cgd.ucar.edu/cesm/inputdata/</address>
2213
<checksum>../inputdata_checksum.dat</checksum>
2314
</server>
2415

2516
<server>
26-
<comment> ftp requires the python package ftplib </comment>
27-
<protocol>ftp</protocol>
28-
<address>ftp.cgd.ucar.edu/cesm/inputdata</address>
29-
<user>anonymous</user>
30-
<password>[email protected]</password>
31-
<checksum>../inputdata_checksum.dat</checksum>
17+
<comment> wget access to subversion </comment>
18+
<protocol>wget</protocol>
19+
<address>https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/</address>
3220
</server>
3321

3422
<server>

0 commit comments

Comments
 (0)