lsxECLXfer

This is the lsxECLXfer object contained within this lsxECLSession object. Refer to lsxECLXfer Class for a list of the properties and methods of this object. The following example shows this object.

' Connect to connection A
dim mySessObj as new lsxECLSession("A")
 
' Transfer a file to the host using the contained lsxECLXfer object
mySessObj.lsxECLXfer.Sendfile "c:\temp\filename.txt",
			   "filename text a0",
			   "CRLF ASCII"