InfoConnect for Airlines VBA Guide
XfrFtpRemoteFile Property
Gets or sets a host file.
Syntax
Object.XfrFtpRemoteFile As String

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 InfoConnect settings file, but is saved when you save a transfer request file.

See Also