var fDesc=new Array(); fDesc[0] = "The MarshallSoft FTP client component dBASE library (FCE4DB) provides direct control of the FTP protocol from any 32-bit or 64-bit Windows application program. The FTP Client Library uses a simple API to easily write programs that: - Connect to any FTP server. - Get a list of files on the server. - Navigate the server directories. - Specify ASCII or BINARY transfer mode. - List files. - Download files (with wildcard support). - Upload files (with wildcard support).- Delete files. - Rename files. - Append files. - Create and remove server directories. - Transfer mutiple files. - Parse long directory listings. - Use with the internet or a LAN. - Resume file transfers from any offset. - Display progress bars. - Change files names while being uploaded or downloaded. - Specify the FTP or data port. - Supports passive mode (use with firewalls). - Supports S/KEY password encryption. - Supports many proxy servers. - Supports multiple concurrent FTP sessions. - Specify the FTP or data port. - Display progress bars. - Create FTP programs that run in the background.
Supports all versions of dBASE and dBASE Plus. - Does not depend on support libraries. Makes calls to Windows API functions only. Can also use with C/C++ (Visual C++ .NET, C#), Delphi, Visual Basic, VB.NET,PowerBASIC, Visual FoxPro, Xbase++, and COBOL. - Includes 39 functions and several switches as well as multiple examples to create FTP client applications. - Order with or without C source code for the DLL. - Programmer`s, Reference and Users Manuals provided. Supports Windows XP/Vista/Windows 7/Windows 8/Windows 2003-2012/x64. The evaluation version of FCE4DB is fully functional. Royalty free distribution with your compiled application. No run-time fees. Free technical support and updates for one year."; 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 = ''; } }