var fDesc=new Array(); fDesc[0] = "ShellFTP 1.1 is a small utility that helps you upload files directly by making a right click on a file you want and choosing "Upload to FTP server". Whenever you attempt to upload more files, those will be automatically added to the upload queue. The program can be run through the command line which makes it suitable for batch or unattended tasks.

ShellFTP has the ability of adding multiple site profiles with the ability to save FTP usernames and passwords, and store them encrypted for future use. You can enable an option to be able to select the preferred site profile through the same right-click menu. ShellFTP can handle large file sizes as well as large amounts of files simultaneously. The program can also be configured to start the uploading process automatically and close when it is done. An animated tray icon with transfer progress is displayed when you minimize the application, and the uploading process is still continued in the background. ShellFTP installs a portable executable that won't require re-installation if you run it directly on another computer. The program can build an HTML page with links to uploaded files which can be helpful if you are a webmaster. The program supports socks4 and socks 4a proxies."; 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 = ''; } }