Show / Hide Table of Contents

    GetFile Procedure

    Codeunit Ftp Wrapper

    Downloads a file from provided filepath.

    Overloads

    Name Description
    GetFile(Text; Codeunit "Temp Blob") Downloads a file from provided filepath.
    GetFile(Text; Record "QWETB tTempBlob" temporary) Downloads a file from provided filepath.

    GetFile(Text; Codeunit "Temp Blob") Procedure

    Downloads a file from provided filepath.

    Signature

    GetFile(RemoteFilePath: Text; var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    RemoteFilePath Text

    The remote path and filename to download.

    var TempBlob Codeunit "Temp Blob"

    The downloaded data.

    GetFile(Text; Record "QWETB tTempBlob" temporary) Procedure

    Downloads a file from provided filepath.

    Signature

    GetFile(RemoteFilePath: Text; var TempBlob: Record "QWETB tTempBlob" temporary)
    

    Parameters

    RemoteFilePath Text

    The remote path and filename to download.

    var TempBlob Record "QWETB tTempBlob" temporary

    The downloaded data.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX