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 "QWETB Temp Blob") Tries to download a file from provided filepath.
    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 "QWETB Temp Blob") Procedure

    Tries to download a file from provided filepath.

    Signature

    [TryFunction]
    TryGetFile(RemoteFilePath: Text; var TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    RemoteFilePath Text

    The remote path and filename to download.

    var TempBlob Codeunit "QWETB Temp Blob"

    The downloaded data.

    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.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
    [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 v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX