| CFLDeleteFileFTP(Text; text[50]; text[50]; text; integer): boolean |
Delete a file from a FTP Server |
| CFLDeleteFilesFTP(Text; text[50]; text[50]; text; integer): boolean |
Delete a file from a sFTP Server |
| CFLDirectoryExistFTP(Text; text[50]; text[50]; text; integer): boolean |
Check wether a directory exists on a FTP Server |
| CFLDirectoryExistsFTP(Text; text[50]; text[50]; text; integer): boolean |
Check wether a directory exists on a sFTP Server |
| CFLDownloadFileFTP(Codeunit "Temp Blob"; Text; text[50]; text[50]; text; integer) |
Download a file from a FTP Server |
| CFLDownloadFilesFTP(Codeunit "Temp Blob"; Text; text[50]; text[50]; text; integer) |
Download a file from a sFTP Server |
| CFLExistFileFTP(Text; text[50]; text[50]; text; integer): boolean |
Check wether a file exists on a FTP Server |
| CFLExistFilesFTP(Text; text[50]; text[50]; text; integer): boolean |
Check wether a file exists on a sFTP Server |
| CFLListDirectoryFTP(Text; text[50]; text[50]; text; integer): list of [Text] |
Function to list the content of a directory on a FTP server path |
| CFLListDirectorysFTP(Text; text[50]; text[50]; text; integer): list of [Text] |
Function to list the content of a directory on a sFTP server path |
| CFLMakeDirectoryFTP(Text; text[50]; text[50]; text; integer): boolean |
Make a directory on a FTP Server |
| CFLMakeDirectorysFTP(Text; text[50]; text[50]; text; integer): boolean |
Make a directory on a sFTP Server |
| CFLRemoveDirectoryFTP(Text; text[50]; text[50]; text; integer): boolean |
Remove a directory from a FTP Server |
| CFLRemoveDirectorysFTP(Text; text[50]; text[50]; text; integer): boolean |
Remove a directory from a sFTP Server |
| CFLUploadFileFTP(Codeunit "Temp Blob"; Text; text[50]; text[50]; text; integer) |
Upload a file to a FTP Server |
| CFLUploadFilesFTP(Codeunit "Temp Blob"; Text; text[50]; text[50]; text; integer) |
Upload file to a sFTP Server |