E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

FTPRemoteFile (property)

The name of the file as it will appear on the server after upload.

Syntax

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

Default Value

""

Remarks

The name of the file as it will appear on the server after upload. The FTPRemoteFile can contain only the file name, an absolute path and filename, or a relative path based on FTPRemotePath.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]