Skip to main content
Skip table of contents

LAN Utility Landing (Push) Services (parallel file upload)

1. File upload to a source endpoint (supports parallel processing (multiple chunks can be sent together

[HttpPost]
EndpointLandingChunk (string transportCode, string endpointCode, string simulation = null)

2. Send upload end of file

[HttpGet]
EndpointLandingEndOfFile (CtrlSiteInfo ctrlSite, CtrlFlwPFEInfo pfe, DirectoryInfo cacheDir, FileInfo eofFile)

3. Send upload cancellation

[HttpGet]
EndpointLandingCancellation (DirectoryInfo cacheDir, FileInfo cancelFile)

4. Retrieve PGP public key for encryption before upload. (Clients do not need to know about public keys, they can simply retrieve them from Thru source endpoint and then do the encryption.)

[HttpGet]
EndpointLandingTargetPGP (string transportCode, string endpointCode, string targetParticipantExternalCode)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.