fileSize (property)

The size of the file pointed to by RemoteFile .

Syntax

@property (nonatomic,readonly,assign,getter=fileSize) long long fileSize;
- (long long)fileSize;
public var fileSize: Int64 {
  get {...}
}

Default Value

0

Remarks

When this property is read, the FTP server is queried for the file size, and the response is provided as the property value.

If the class is busy or is not connected, 0 is returned.

This property is read-only.

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