CFLUploadFilesFTP Procedure
Upload file to a sFTP Server
Signature
CFLUploadFilesFTP(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 upload
Path Text
Path of the file to , this is the path including the filename and extension
UserName text[50]
Username of the sFTP Server
Password text[50]
Password of the sFTP Server
Url text
Url of the sFTP Server
Port integer
Port of the sFTP Server