Downloading files from a volume
To download files and folders from a volume to a project folder in the local file system, run encycDownload.bat. You must run encycDownload.bat in the workspace folder in which you want to create the project. You must re-run encycDownload.bat whenever the contents of the volume change.
To display the syntax for encycDownload.bat, open a Command Prompt window and cd to <BDPro_HOME>\eclipse. Then type:
encycDownload.bat -help
encycDownload.bat takes the following arguments:
*host
The host from which to download. The default is localhost.
*port
The port number to connect on. The default is 8000.
*volume
The volume.
*location
The volume folder from which to download. The default is the root folder.
*login
The volume user name.
*pass
The volume user’s password. The default is no password.
*project
The name of the project to create. The default is DiagramProject.
For example, you open a Command Prompt window and cd to the workspace folder in which you want to create the project. You then type:
"C:\Program Files (x86)\Actuate\BRDPro2\eclipse
\encycDownload.bat" -project MyProject -location "/"
-login MyUser -volume MyVolume -host MyServer -port 8000
encycDownload.bat does the following:
*Creates the project MyProject in the workspace folder
*Logs in to the volume MyVolume as MyUser
*Downloads the contents of MyVolume to MyProject