Programming with Reflection
XfrFTPLocalFile
property
Syntax |
|
Data type |
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"
The default is "".
This string can be up to 260 characters long.
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.