Ftp Wrapper
Ftp Azure Function wrapper.
Object Definition
| Object Type | Codeunit |
| Object ID | 70314131 |
| Object Name | QWESR Ftp Wrapper |
Procedures
| Name | Description |
|---|---|
| DeleteFile(Text) | Deletes a remote file. |
| DeleteFiles(Record "QWESR tIntegrationImport" temporary) | Delete remote files specified in pvtIntegrationImport. |
| FileExists(Text): Boolean | Checks if a remote file exists. |
| GetCertificateInfo(Text; Text) | Gets information about the certificate used on the server. |
| GetDirectoryListing(Text[1024]; Text; Record "QWESR tIntegrationImport" temporary) | Gets the files and folders in a given path and filter. |
| GetFile(Text; Codeunit "Temp Blob") | Downloads a file from provided filepath. |
| GetFile(Text; Record "QWETB tTempBlob" temporary) | Downloads a file from provided filepath. |
| GetFiles(Record "QWESR tIntegrationImport" temporary) | Download files from a path specified in pvtIntegrationImport. |
| GetGreeting(): Text | Gets the greeting text from the ftp server. |
| RenameFile(Text; Text) | Renames a remote file. |
| SendCustomCommand(Text): Text | Sends a custom command to the ftp server. |
| SetAzureApi(Text; Text) | Sets the information needed for the Azure Function API. |
| SetImplicitMode(Boolean) | Sets if Implicit Mode will be used when connecting. Can only be set if Secure Mode = true. |
| SetMatchIssuer(Text) | Sets the Certificate Issuer that should be matched when connecting. Can only be set if Secure Mode = true. |
| SetMatchSubject(Text) | Sets the Certificate Subject that should be matched when connecting. Can only be set if Secure Mode = true. |
| SetPassiveMode(Boolean) | Sets if Passive Mode should be used when connecting. |
| SetPassword(Text) | Sets the Password to be used when connecting. |
| SetPort(Integer) | Sets the Port number to be used when connecting. |
| SetSecureMode(Boolean) | Sets if Secure Mode (ftps) will be used when connecting. |
| SetServerName(Text) | Sets the ftp server name to be used when connecting. |
| SetSiteCmd(Text) | Sets the Site Command to be used when connecting. |
| SetSiteCmdReply(Text) | Sets the expected reply of the Site command. |
| SetSkipCertificateValidation(Boolean) | Sets if Certificate Validation errors should be ignored when connecting. Can only be set if Secure Mode = true. |
| SetTextMode(Boolean) | Sets if Text Mode will be used when transferring data. |
| SetUserName(Text) | Sets the user name to be used when connecting. |
| TryDeleteFile(Text) | Tries to delete a remote file. |
| TryFileExists(Text; Boolean) | Tries to check if a remote file exists. |
| TryGetDirectoryListing(Text[1024]; Text; Record "QWESR tIntegrationImport" temporary) | Tries to get the files and folders in a given path and filter. |
| TryGetFile(Text; Codeunit "Temp Blob") | Tries to download a file from provided filepath. |
| TryGetFile(Text; Record "QWETB tTempBlob" temporary) | Tries to download a file from provided filepath. |
| TryGetGreeting(Text) | Tries to get the greeting text from the ftp server. |
| TryRenameFile(Text; Text) | Tries to rename a remote file. |
| TrySendCustomCommand(Text; Text) | Tries to send a custom command to the ftp server. |
| TryUploadFile(Codeunit "Temp Blob"; Text) | Tries to upload the data to the provided filepath. |
| TryUploadFile(Record "QWETB tTempBlob" temporary; Text) | Tries to upload 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. |
This documentation is generated from Spider v21.1.79758.0