Warning: Can't use blame annotator:
svn blame failed on branches/realtime_VDS/getLatestStationData.bash: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/realtime_VDS/getLatestStationData.bash @ 584

Revision 584, 181 bytes checked in by jdalbey, 6 years ago (diff)

import files to branch realtime VDS

RevLine 
1#!/bin/bash
2HOST='your.ftp.site'
3USER='remoteusername'
4PASSWD='remotepasswd'
5
6ftp -n -v $HOST << EOT
7ascii
8user $USER $PASSWD
9prompt
10cd D12/Data/5min
11get 5minagg_latest.txt
12bye
13EOT
Note: See TracBrowser for help on using the repository browser.