Show / Hide Table of Contents

    TryGetFile Procedure

    Codeunit S/Ftp Wrapper

    Tries to download a file from provided filepath.

    Overloads

    Name Description
    TryGetFile(Text; Codeunit "Temp Blob") Tries to download a file from provided filepath.
    TryGetFile(Text; Record "QWETB tTempBlob" temporary) Tries to download a file from provided filepath.

    TryGetFile(Text; Codeunit "Temp Blob") Procedure

    Tries to download a file from provided filepath.

    Signature

    [TryFunction]
    TryGetFile(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.

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

    Tries to download a file from provided filepath.

    Signature

    [TryFunction]
    TryGetFile(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