Micro Focus QTP (UFT) Forums

Full Version: VB Script code to copy files to ALM server resources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have files in my local folder, where i am running UFT framework client (VB Script).
I am updating few files and then i want it to upload to ALM resources folder.
Please help me with the API which i can use from VB script to upload files to ALM server.

ALM resources to local machine download is possible as of now using :-

ALM Location - [ALM\Resources]  Resources\Test\TestResources  
Local location- localAutomationDir = filesys.GetSpecialFolder(2) & "\testfiles"

Please help in API in vb script which copies back folder or files to ALM resources.