Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferDownloadDirectory Property
In This Topic
TransferDownloadDirectory Property
In This Topic
Returns or specifies the default folder for transfers to the local computer.
Syntax
expression.TransferDownloadDirectory As String
where expression is a variable that represents a FileTransfer Object
Remarks
This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). It does not affect programmatic transfers, which always use the current folder. The default is the User subfolder under the installation folder. The maximum length for this string is 80 characters.
See Also