Updated to Commons Net 1.3.0

Added Anti-Aliasing
Fixed a problem with uploading binary files.
This commit is contained in:
Erik C. Thauvin 2005-02-06 08:52:18 +00:00
parent 3fac476ddf
commit b3a9e880ce
14 changed files with 86 additions and 40 deletions

View file

@ -28,6 +28,8 @@ h5.blueheader { font-family: arial; font-weight: bold; font-size: 14px; color: #
.Grey10px { font-family: arial; font-weight: bold; font-size: 10px; color: #666666; }
.Red10px { font-family: arial; font-weight: bold; font-size: 10px; color: red; }
a:link { color: #0033CC; text-decoration: none; }
a:active { color: #0033CC; text-decoration: none; }
a:visited { color:#800080; text-decoration: none; }