Reflection
TransferDownloadDirectory Property


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
string TransferDownloadDirectory {get; set;}

Property Value

The default is the User subfolder under the folder to which Reflection was installed The maximum length for this string is 80 characters.
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 folder to which Reflection was installed The maximum length for this string is 80 characters.
See Also