Example
The following example shows how to receive a file from the host to the workstation.
' Create a new lsxECLXfer object associated with connection A
dim myXferObj as new lsxECLXfer("A")
' Receive a file from host connection A onto my workstation,
' Assume the host is a VM/CMS host
myXferObj.ReceiveFile "c:\windows\temp\thefile.txt",
"THEFILE TEXT A0",
"(CRLF ASCII"