Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400RemoteFile Property
In This Topic
Xfr400RemoteFile Property
In This Topic
Gets or sets the host file that the PC receives (for transfers from the host) or to which data from the PC is sent (for transfers to the host).
Syntax
expression.Xfr400RemoteFile As String
where expression is a variable that represents a FileTransfer Object
Remarks
This property affects AS/400 data transfer and is relevant only for 5250 sessions.

For example:

FileTransfer.Xfr400RemoteFile = "mylib/myfile(mymember)"

The default is "". This string can contain up to 260 characters.

The value of this property is not saved when you save a Reflection settings file, but is saved when you save a transfer request file.

See Also