SFTPConnectionFileData (property)

The FileData should be set or read when processing read/write file events.

Syntax

- (NSString*)SFTPConnectionFileData:(int)connectionId;

- (NSData*)SFTPConnectionFileDataB:(int)connectionId;
public func SFTPConnectionFileData(connectionId: Int32) throws -> String
public func SFTPConnectionFileDataB(connectionId: Int32) throws -> Data

Default Value

""

Remarks

The SFTPConnectionFileData should be set or read when processing read/write file events.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the SFTPConnectionCount property.

This property is read-only.

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