vtk_file

vtk_file_get

Usage:           
vtk_file_get <remote> <local>

Description:     
File staging procedure (experimental). Get a file from the server over to the local client. 
The remote file must physically be in the "staging area" of the vovserver, which is typically 
NAME.swd/staging or can be controlled in vovserver with the environment variable VOV_STAGING_DIR. 
                
Example: 
vtk_file_get 282981019201982019289028.tmp options.lic

vtk_file_put

Usage:           
vtk_file_put <local> <remote>

Description:     
File staging procedure (experimental). Put a file from the local client onto server. 
The remote file must physically be in the "staging area" of the vovserver, which is typically 
NAME.swd/staging or can be controlled in vovserver with the environment variable VOV_STAGING_DIR. 
                
Example: 
vtk_file_put options.lic 282981019201982019289028.tmp

vtk_file_read

No information for this procedure.