setFileList (method)

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

Syntax

- (void)setFileList:(int)connectionId :(NSString*)list;
public func setFileList(_ connectionId: Int32, _ list: String) throws -> Void

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 iOS Edition - Version 20.0 [Build 8501]