| |
payal1711
Posts: 1
Score: 0
Joined: 1/19/2005
From:
Status: offline
|
Hi, We are using Secure FTP Server 2 as our FTP Server. It has got programming interface. So I want to be able to create a Virtual Folder using vbscript. They have provided COM Interface manual with the product. I cannot get the syntax correct and they do not provide scripting help in their techical support. The syntax given in the manual is HRESULT CreateVirtualFolder( [in] BSTR bstrNewFolder, [in] BSTR bstrTarget); along with Site interface. So it would look like Site.CreateVirtualFolder("Test","C:\temp\") in vbscript. This code give me "Unspecified Error" at above line. I tried assinging values to variables and then using variables in the method, took out quotation marks, took out brackets, etc but this does not work and give me all kinds of different errors. Has someone worked with Secure FTP programming interface or know how to make the above code correct. It would be a great help. Thanks, Payal
|
|