var fDesc=new Array(); fDesc[0] = "Multiple cloud management with one application
It can also set up multiple accounts from the same cloud server.
Transfer files from one cloud to another
Unlimited data transfer between clouds or PC to cloud.
Automate file transfers
and backups
Scheduler and command line tool to synchronize or manage your cloud files.
Encryption
Optionally can encrypt your files in the cloud to increase your files security and privacy.
Drag’n drop or copy/paste files between your computer and the clouds or between different clouds. For example, with Air Explorer you can transfer any file from Google Drive to Dropbox.
It is possible to encrypt the files, so even if someone access your cloud it will not be possible to read the files without an additional password.
You can synchronize folders from one cloud to another or between your computer and one cloud.
You could synchronize, for example between OneDrive and Dropbox using Air Explorer.
Several synchronization modes (Mirror, Bidirectional, etc.) with unlimited simultaneous synchronization tasks.
The synchronization feature can be used to backup your files easily to the cloud.
Schedule your file transfers, tasks and synchronizations to run unattended.
Command line tool to synchronize or manage your cloud files. It is possible to create custom scripts to manage your cloud files.
Detailed logs file and synchronization summary reports can be generated with each synchronization."; 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 = ''; } }