Sometimes it is required to upload files to a remote server. But not always it is possible to use ftp. IIS based webserver, Exchange, Sharepoint, etc support WebDAV to upload/post files to remote server.
The Aloaha PDF Suite contains functionality to upload/publish files via WebDAV. The API's used by Aloaha are shown below with sample VBS code.
Publish/upload file via WebDAV
dim aloaha
dim result
dim UploadFile
Dim TargetURL
'do not set user/password if you require a login dialog
Dim Webuser
Dim Webpass