Show / Hide Table of Contents

    TryUploadFile Procedure

    Codeunit S/Ftp Wrapper

    Tries to upload the data to the provided filepath.

    Overloads

    Name Description
    TryUploadFile(Codeunit "Temp Blob"; Text) Tries to upload the data to the provided filepath.
    TryUploadFile(Record "QWETB tTempBlob" temporary; Text) Tries to upload the data to the provided filepath.

    TryUploadFile(Codeunit "Temp Blob"; Text) Procedure

    Tries to upload the data to the provided filepath.

    Signature

    [TryFunction]
    TryUploadFile(var FileTempBlob: Codeunit "Temp Blob"; RemoteFilePath: Text)
    

    Parameters

    var FileTempBlob Codeunit "Temp Blob"

    The data to upload.

    RemoteFilePath Text

    The remote path and filename to upload to.

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

    Tries to upload the data to the provided filepath.

    Signature

    [TryFunction]
    TryUploadFile(var FileTempBlob: Record "QWETB tTempBlob" temporary; RemoteFilePath: Text)
    

    Parameters

    var FileTempBlob Record "QWETB tTempBlob" temporary

    The data to upload.

    RemoteFilePath Text

    The remote path and filename to upload to.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX