Index: branches/realtime_VDS/bin/getLatestStationData.bash
===================================================================
--- branches/realtime_VDS/getLatestStationData.bash	(revision 584)
+++ branches/realtime_VDS/bin/getLatestStationData.bash	(revision 586)
@@ -1,6 +1,7 @@
 #!/bin/bash
-HOST='your.ftp.site'
-USER='remoteusername'
-PASSWD='remotepasswd'
+# Download the latest 5min aggregate real time vds data
+HOST='pems.dot.ca.gov'
+USER='var_johndalbey'
+PASSWD='carrotjuice!'
 
 ftp -n -v $HOST << EOT
@@ -12,2 +13,7 @@
 bye
 EOT
+
+# Extract the first line (timestamp) and save it
+head -1 5minagg_latest.txt > /web/webapps/realtime_VDS/dynamicdata/last_fetch_time.txt
+
+/home/jdalbey/createVDSgson.bash
