remoteFile (property)

The file on the remote host.

Syntax

@property (nonatomic,readwrite,assign,getter=remoteFile,setter=setRemoteFile:) NSString* remoteFile;
- (NSString*)remoteFile;
- (void)setRemoteFile:(NSString*)newRemoteFile;
public var remoteFile: String {
  get {...}
set {...} }

Default Value

""

Remarks

When the GetFile is called, this must be a valid file on the TFTPServer.

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