Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrFtpRemoteFile Property
In This Topic
XfrFtpRemoteFile Property
In This Topic
Gets or sets a host file.
Syntax
expression.XfrFtpRemoteFile As String
where expression is a variable that represents a FileTransfer Object

Property Value

The default is "". This string can be up to 260 characters long.
Remarks
For transfers to the host (using FtpSendFile), this is file the host receives.

For transfers to the PC (using FtpReceiveFile), this is the file that is sent to the PC.

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