Programming with Reflection

image\rwnprg32.gif XfrFTPLocalFile property

 

Syntax

object.XfrFTPLocalFile
object.XfrFTPLocalFile = Value

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) a file on the PC. This specifies the file for the PC to receive (for transfers to the PC using FTPReceiveFile), or the file to be sent to the host (for transfers to the host using FTPSendFile).

When no path is given, Reflection uses the folder specified by XfrCurrentDirectory. For example, the following statements set the local transfer file to "C:\test\Payroll".

Session.XfrCurrentDirectory = "C:\Test"

Session.Xfr400LocalFile = "Payroll"

Values

The default is "".

This string can be up to 260 characters long.

Comments

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.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property