InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferDownloadDirectory Property


In This Topic
TransferDownloadDirectory Property
In This Topic
Returns or specifies the default folder for transfers to the local computer.
Syntax
'Declaration
 
Property TransferDownloadDirectory As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.TransferDownloadDirectory = value
 
value = instance.TransferDownloadDirectory
Remarks
This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). It does not affect programmatic transfers, which are always to the current folder. The default is the User subfolder under the installation folder. The maximum length for this string is 80 characters.
See Also