OFTPConnectionSFIDCode Property

The connected client's SFID code.

Syntax

ANSI (Cross Platform)
char* GetOFTPConnectionSFIDCode(int iConnectionId);
int SetOFTPConnectionSFIDCode(int iConnectionId, const char* lpszOFTPConnectionSFIDCode); Unicode (Windows) LPWSTR GetOFTPConnectionSFIDCode(INT iConnectionId);
INT SetOFTPConnectionSFIDCode(INT iConnectionId, LPCWSTR lpszOFTPConnectionSFIDCode);
- (NSString*)OFTPConnectionSFIDCode:(int)connectionId;
- (void)setOFTPConnectionSFIDCode:(int)connectionId:(NSString*)newOFTPConnectionSFIDCode;
#define PID_OFTPSERVER_OFTPCONNECTIONSFIDCODE 22

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPServer_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The connected client's SFID code.

The SFID code identifies the origin or destination party that is sending or receiving a file, while the SSID code identifies the party that a session is established with. If the SFID and SSID codes do not match, then the party the session is established with is acting as an intermediary, and the party identified by the SFID code is either the origin or final destination.

When acting as an intermediary the component will not perform any security services (i.e. sign, verify, encrypt, decrypt). Security services are to be performed by the origin or destination only. Data should simply be passed along by an intermediary.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the OFTPConnectionCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]