Table of Contents

GetDirectoryListing Procedure

Codeunit Ftp Wrapper

Gets the files and folders in a given path and filter.

Signature

GetDirectoryListing(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