SetFileList Method

Sets the file list for a connection during a directory listing request.

Object Oriented Interface

public function doSetFileList($connectionid, $list);

Procedural Interface

ipworksssh_sftpserver_do_setfilelist($res, $connectionid, $list);

Remarks

SetFileList should be set when a directory listing is requested by the client. The list parameter should be a string of all the filenames to include, separated by CRLF.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 PHP Edition - Version 20.0 [Build 8501]