IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

OFTPConnectionDownloadDirectory Property

The directory to which files will be saved.

Syntax

__property String OFTPConnectionDownloadDirectory[int ConnectionId] = { read=FOFTPConnectionDownloadDirectory, write=FSetOFTPConnectionDownloadDirectory };

Default Value

""

Remarks

The directory to which files will be saved.

This specifies the directory where files received by the server will be saved. This must be set before the client begins sending files. Set this in the Connected, AcceptConnection, or ConnectionRequest events, for instance:

oftpserver1.SetOFTPConnectionDownloadDirectory(123456789, "C:\\Downloads");

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the OFTPConnectionCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Builder Edition - Version 20.0 [Build 8203]