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.