CFLDownloadFileFTP Procedure

  • 2 minutes to read

Codeunit CFL FTP Mgt.

Download a file from a FTP Server

Signature

CFLDownloadFileFTP(var tempBlob: Codeunit "Temp Blob"; Path: Text; UserName: text[50]; Password: text[50]; Url: text; Port: integer)

Parameters

var tempBlob Codeunit "Temp Blob"

TempBlob of the file to download

Path Text

Path of the file to , this is the path including the filename and extension

UserName text[50]

Username of the FTP Server

Password text[50]

Password of the FTP Server

Url text

Url of the FTP Server

Port integer

Port of the FTP Server