var fDesc=new Array(); fDesc[0] = "FTP! is the interactive graphical FTP(S) and SFTP client by syncplify.me. It supports the FTP, FTPS (FTP over SSL, both implicit and explicit) and SFTP protocols, and it's very easy to use as well as extremely fast.
Main features:
- Protocol support: FTP, FTPS, and SFTP
- Multi-tab interface: keep multiple file transfer tabs open at the same time
- Supports large files (greater than 2 GB)
- Advanced wildcard-based file transfer
- Editing of remote files
- Synchronized browsing (with automatic creation of missing folders)
- Sleek and easy to use GUI
- Free for any use, including commercial/business use"; 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 = ''; } }