Listing of VB Script (Enums)
I have setup my VBScript per the article here (converted it to a .wsf file):
https://winscp.net/eng/docs/library_com_wsh#enums
Is there anyway to get a listing of all the Enums IE
Session Property Property Enum Setting Value
Protocol Protocol_Sftp 0
With using Set session = WScript.CreateObject("WinSCP.Session", "session_")
It seems like you should be able to enumerate through the Enums via a loop and pull the above Property Enum settings out.
Martin, the guru, has been awesome in answering these type Enum questions, but I want to be more self sufficient.
Thanks!
https://winscp.net/eng/docs/library_com_wsh#enums
Is there anyway to get a listing of all the Enums IE
Session Property Property Enum Setting Value
Protocol Protocol_Sftp 0
With using Set session = WScript.CreateObject("WinSCP.Session", "session_")
It seems like you should be able to enumerate through the Enums via a loop and pull the above Property Enum settings out.
Martin, the guru, has been awesome in answering these type Enum questions, but I want to be more self sufficient.
Thanks!