E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

FTPUser Property

The user id to login as.

Syntax

ANSI (Cross Platform)
char* GetFTPUser();
int SetFTPUser(const char* lpszFTPUser); Unicode (Windows) LPWSTR GetFTPUser();
INT SetFTPUser(LPCWSTR lpszFTPUser);
@property (nonatomic,readwrite,assign,getter=FTPUser,setter=setFTPUser:) NSString* FTPUser;
- (NSString*)FTPUser;
- (void)setFTPUser:(NSString*)newFTPUser;
#define PID_CHECK21_FTPUSER 41

INPAY_EXTERNAL void* INPAY_CALL InPay_Check21_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The user id to login as. This property must be set before the class begins a file upload.

This property is not available at design time.

Data Type

String

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