var fDesc=new Array(); fDesc[0] = "Map SharePoint as a Network Drive
Access SharePoint and OneDrive within the applications you already use. Easily edit Adobe, text, and all versions of Office.
Access the Cloud in a Click
Box, S3, Google Drive, Dropbox, OneDrive, and more can be accessed right from your Windows Explorer or Mac Finder.
Securely Connect to SFTP and FTP Servers
WebDrive is the FTP client you already know how to use. Map FTP and SFTP servers as a drive letter for productivity and convenience.
Improve WebDAV Access
WebDrive is the WebDAV client with options to mount at startup and lock server files. It works the way the native Windows WebDAV redirector should work.
Preconfigure Settings and Distribute
Reduce installation and setup time for large implementations. Customize and push the settings out to all your users with no need to configure each PC.
Save Disk Space
Improve security by accessing your remote files without syncing and filling your device with copies of your files—a major security risk if your device is lost or stolen."; 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 = ''; } }