CFLMakeDirectorysFTP Procedure

  • 2 minutes to read

Codeunit CFL FTP Mgt.

Make a directory on a sFTP Server

Signature

CFLMakeDirectorysFTP(Path: Text; UserName: text[50]; Password: text[50]; Url: text; Port: integer) : boolean

Parameters

Path Text

Path of the directory to , this is the path including the directory name

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

Returns

boolean