Upload
index
Upload.py

Upload files to a directory by ftp.
 
usage: python Upload.py [options] data_dir file [file...]
options are:
        -h or --help            display this help
data_dir is the root directory of the weather data
file is a file to be uploaded
 
Login and ftp site details are read from the weather.ini file in
data_dir.

 
Modules
       
DataStore
getopt
os
shutil
sys

 
Functions
       
Upload(params, files)
main(argv=None)