DownloadDirectory Property

Download directory.

Object Oriented Interface

public function getDownloadDirectory();
public function setDownloadDirectory($value);

Procedural Interface

ipworksedi_oftpclient_get($res, 11 );
ipworksedi_oftpclient_set($res, 11, $value );

Default Value

'./'

Remarks

This property contains the location on disk of the folder the class will write received files to. The default for this property is "./", which is the current working directory.

Note: If this property is set to empty string data will not be written to disk and instead will be available through the Transfer event.

Data Type

String

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