Table of Contents

TryUploadFile Procedure

Codeunit S/Ftp Wrapper

Tries to upload the data to the provided filepath.

Overloads

Name Description
TryUploadFile(Codeunit "QWETB Temp Blob"; Text) Tries to upload the data to the provided filepath.
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 "QWETB Temp Blob"; Text) Procedure

Tries to upload the data to the provided filepath.

Signature

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

Parameters

var FileTempBlob Codeunit "QWETB Temp Blob"

The data to upload.

RemoteFilePath Text

The remote path and filename to upload to.

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.

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]
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 v27.2