CreateFile Method

Creates a file on the SFTP server.

Object Oriented Interface

public function doCreateFile($filename);

Procedural Interface

ipworksedi_sftp_do_createfile($res, $filename);

Remarks

This method creates an empty file on the server with the name specified by the FileName parameter.

To upload a file with content use Upload instead.

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