Basic Interfaces
Before use the interface methods such as addFiles and connectToServer, you must set the transportation option, default temp dir and zone offset with server first with the following three interfaces.
Syntax
public void setTransportationOption(boolean bUseCompression);
public void setTempDir(String strTempDir);
public void setZoneOffSetWithServer(int iZoneOffSet);
Parameters
bUseCompression
Specifies whether to transfer files in compressed format.
strTempDir
Specifies a separate directory for temporary files.
iZoneOffSet
Specifies the time difference between Dynamsoft SourceAnywhere for VSS client and the server on which
it is hosted.