E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

FTPRemoteFile Property

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

Syntax

ANSI (Cross Platform)
char* GetFTPRemoteFile();
int SetFTPRemoteFile(const char* lpszFTPRemoteFile); Unicode (Windows) LPWSTR GetFTPRemoteFile();
INT SetFTPRemoteFile(LPCWSTR lpszFTPRemoteFile);
@property (nonatomic,readwrite,assign,getter=FTPRemoteFile,setter=setFTPRemoteFile:) NSString* FTPRemoteFile;
- (NSString*)FTPRemoteFile;
- (void)setFTPRemoteFile:(NSString*)newFTPRemoteFile;
#define PID_CHECK21_FTPREMOTEFILE 36

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 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.

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]