E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

FTPPassword (property)

The password to login with.

Syntax

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

Default Value

""

Remarks

The password to login with. This property must be set before the class begins a file upload.

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