Table of Contents

UploadFile Procedure

Codeunit Ftp Wrapper

Uploads the data to the provided filepath.

Overloads

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

UploadFile(Codeunit "QWETB Temp Blob"; Text) Procedure

Uploads the data to the provided filepath.

Signature

UploadFile(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.

UploadFile(Codeunit "Temp Blob"; Text) Procedure

Uploads the data to the provided filepath.

Signature

UploadFile(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.

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

Uploads 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')]
UploadFile(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