The file_transfer
interface and the temporary upload directory functionality are no longer available in VZAgent 4.0.0. The temp directory was used to store the output of the dbm
(history database management) calls as text files that could later be downloaded from the directory using the file_transfer
interface. This is no longer necessary because the new interfaces that replace the dbm
interface (which is now obsolete) return the data directly to the client without storing it in the temp directory. The new interfaces that replace the dbm
interface are op_log
and res_log
.
The temp directory was also used as an upload directory for Virtuozzo templates. In VZAgent 3.0.x, you first had to upload a template file to the temp directory using the file_transfer/write
call and then use the tem/set
call to install the template. The tem
interface is now also obsolete. The new pkgm
interface provides calls for Virtuozzo template management.