autECLXfer Class

The autECLXfer object provides file transfer services. Its name in the registry is ZIEWin.autECLXfer.

You must initially set the connection for the object you create. Use SetConnectionByName or SetConnectionByHandle to initialize your object. The connection may be set only once. After the connection is set, any further calls to the SetConnection methods cause an exception. If you do not set the connection and try to access an autECLXfer property or method, an exception is also raised. The following shows how to create and set the autECLXfer object in Visual Basic.
DIM  XferObj as Object
 
Set XferObj = CreateObject("ZIEWin.autECLXfer")
 
' Initialize the connection
XferObj.SetConnectionByName("A")