OFTPConnectionDownloadDirectory Property

The directory to which files will be saved.

Object Oriented Interface

public function getOFTPConnectionDownloadDirectory($connectionid);
public function setOFTPConnectionDownloadDirectory($connectionid, $value);

Procedural Interface

ipworksedi_oftpserver_get($res, 11 , $connectionid);
ipworksedi_oftpserver_set($res, 11, $value , $connectionid);

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 PHP Edition - Version 20.0 [Build 8203]