S/Ftp Wrapper
S/Ftp Azure Function wrapper.
Object Definition
| Object Type | Codeunit |
| Object ID | 70314132 |
| Object Name | QWESR S/Ftp Wrapper |
Procedures
| Name | Description |
|---|---|
| DeleteFile(Text) | Deletes a remote file. |
| FileExists(Text): Boolean | Checks if a remote file exists. |
| GetDirectoryListing(Text[1024]; Text; Record "QWESR tIntegrationImport" temporary) | Gets the files and folders in a given path and filter. |
| GetFile(Text; Codeunit "QWETB Temp Blob") | Downloads a file from provided filepath. |
| GetFile(Text; Codeunit "Temp Blob") | Downloads a file from provided filepath. |
| GetHostKeyFingerprint(): Text | Gets the Host Key Fingerprint of the server. |
| RenameFile(Text; Text) | Renames a remote file. |
| SetAzureApi(Text; SecretText) | Sets the information needed for the Azure Function API. |
| SetFilenameCharset(Text) | Sets the filename charset. |
| SetPassword(Text) | Sets the Password to be used when connecting. |
| SetPort(Integer) | Sets the Port number to be used when connecting. |
| SetPrivateKey(Text) | Sets the Private Key to be used when connecting. |
| SetPrivateKeyPassword(Text) | Sets the Password of the Private Key to be used when connecting. |
| SetServerName(Text) | Sets the S/Ftp server name to be used when connecting. |
| SetTimeoutMS(Integer) | Sets the connection timeout. |
| 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 "QWETB Temp Blob") | Tries to download a file from provided filepath. |
| TryGetFile(Text; Codeunit "Temp Blob") | Tries to download a file from provided filepath. |
| TryGetHostKeyFingerprint(Text) | Tries to get the Host Key Fingerprint of the server. |
| TryRenameFile(Text; Text) | Tries to rename a remote file. |
| TryUploadFile(Codeunit "QWETB Temp Blob"; Text) | Tries to upload the data to the provided filepath. |
| TryUploadFile(Codeunit "Temp Blob"; Text) | Tries to upload the data to the provided filepath. |
| UploadFile(Codeunit "QWETB Temp Blob"; Text) | Uploads the data to the provided filepath. |
| UploadFile(Codeunit "Temp Blob"; Text) | Uploads the data to the provided filepath. |
Deprecated Procedures
| Name | Description |
|---|---|
| GetFile(Text; Record "QWETB tTempBlob" temporary) | Downloads a file from provided filepath. |
| SetAzureApi(Text; Text) | Sets the information needed for the Azure Function API. |
| TryGetFile(Text; Record "QWETB tTempBlob" temporary) | Tries to download a file from provided filepath. |
| TryUploadFile(Record "QWETB tTempBlob" temporary; Text) | Tries to upload 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 v27.1