autECLXfer object

The autECLXfer object allows you to access the methods contained in the ZIEWin.autECLXfer class. See autECLXfer Class for more information. The following example shows this object.

DIM  SessObj as Object
Set SessObj = CreateObject("ZIEWin.autECLSession")
 
' Initialize the session
SessObj.SetConnectionByName("A")
' For example
SessObj.Xfer.Sendfile "c:\temp\filename.txt",
			    "filename text a0",
			    "CRLF ASCII"