Table of Contents

TryGetDirectoryListing Procedure

Codeunit Ftp Wrapper

Tries to get the files and folders in a given path and filter.

Signature

[TryFunction]
TryGetDirectoryListing(RemotePath: Text[1024]; Filter: Text; var TempIntegrationImport: Record "QWESR tIntegrationImport" temporary)

Parameters

RemotePath Text[1024]

The remote path used to list content.

Filter Text

An optional filter.

var TempIntegrationImport Record "QWESR tIntegrationImport" temporary

The temporary record that will be populated with remote files and folders.

This documentation is generated from Spider v27.2