var fDesc=new Array(); fDesc[0] = "Ftp Upload Command, Best Ftp Uploader to batch upload directory or file from Windows command line, and compress files to Zip for uploads.

We know file sync is time-consuming work. And, we also know your time is valuable.
Batch FTP Uploader features:

- Compress files to ZIP for uploads
- Wildcard path include filter
- Wildcard path exclude filter
- File size filter
- Last-modification time filter
- Read arguments from text file
- High performance
- FTP upload session log file
- Small executable size
- Call from any software
- Encrypt your FTP password
- Bulit-in command line prompt
- Works on Windows 32 bit or 64 bit: Windows 7, Vista, XP 2000
- FREE lifetime updates / upgrades for registered users"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }