mirror of
https://github.com/weewx/weewx.git
synced 2026-06-09 09:35:19 -04:00
Completely rewrote the FTP upload routine to allow more than one session to be active in the same local directory at the same time. Cut down on the number of hits to the server, so it might be a bit faster. Also, allow retries under more error cases.
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
CHANGES.txt
|
|
LICENSE.txt
|
|
NEW_FEATURES.txt
|
|
README
|
|
configure.py
|
|
daemon.py
|
|
setup.cfg
|
|
setup.py
|
|
weewx.conf
|
|
weewxd.py
|
|
docs/customizing.htm
|
|
docs/readme.htm
|
|
docs/sheeva.htm
|
|
docs/upgrading.htm
|
|
examples/__init__.py
|
|
examples/alarm.py
|
|
examples/daily.py
|
|
skins/Ftp/skin.conf
|
|
skins/Standard/index.html.tmpl
|
|
skins/Standard/month.html.tmpl
|
|
skins/Standard/skin.conf
|
|
skins/Standard/week.html.tmpl
|
|
skins/Standard/weewx.css
|
|
skins/Standard/year.html.tmpl
|
|
skins/Standard/NOAA/NOAA-YYYY-MM.txt.tmpl
|
|
skins/Standard/NOAA/NOAA-YYYY.txt.tmpl
|
|
skins/Standard/backgrounds/band.gif
|
|
skins/Standard/backgrounds/butterfly.jpg
|
|
skins/Standard/backgrounds/drops.gif
|
|
skins/Standard/backgrounds/flower.jpg
|
|
skins/Standard/backgrounds/leaf.jpg
|
|
skins/Standard/backgrounds/night.gif
|
|
start_scripts/Debian/weewx
|
|
start_scripts/SuSE/weewx
|
|
weeplot/__init__.py
|
|
weeplot/genplot.py
|
|
weeplot/utilities.py
|
|
weeutil/Almanac.py
|
|
weeutil/Moon.py
|
|
weeutil/Sun.py
|
|
weeutil/__init__.py
|
|
weeutil/ftpupload.py
|
|
weeutil/weeutil.py
|
|
weewx/VantagePro.py
|
|
weewx/__init__.py
|
|
weewx/archive.py
|
|
weewx/crc16.py
|
|
weewx/formatter.py
|
|
weewx/genfiles.py
|
|
weewx/genimages.py
|
|
weewx/reportengine.py
|
|
weewx/station.py
|
|
weewx/stats.py
|
|
weewx/units.py
|
|
weewx/wunderground.py
|
|
weewx/wxengine.py
|
|
weewx/wxformulas.py
|