Session.SynchronizeDirectories code example in VBA\VB6?
First of all, thank you very much to the author of WinSCP for this amazing software!
I'm using VB6 on 32-bit WinXP. WinSCPnet.dll has been registered, is listed in Project > References, and is checked. WinSCP is installed, tested, and working fine as a standalone program. What I'm trying to do is implement the
The following code is exactly what I need, except its in VB.NET and I've been trying without success to translate it to VB6:
https://winscp.net/eng/docs/library_session_synchronizedirectories#vbnet
I just don't understand VB.NET enough to be able to translate all the code in the example to VB6. Can someone please post a full translation?
I'm using VB6 on 32-bit WinXP. WinSCPnet.dll has been registered, is listed in Project > References, and is checked. WinSCP is installed, tested, and working fine as a standalone program. What I'm trying to do is implement the
SynchronizeDirectories.Remote
functionality of WinSCP into the code that I'm writing that updates and deletes frequently-changing groups of files from local to my server.
The following code is exactly what I need, except its in VB.NET and I've been trying without success to translate it to VB6:
https://winscp.net/eng/docs/library_session_synchronizedirectories#vbnet
I just don't understand VB.NET enough to be able to translate all the code in the example to VB6. Can someone please post a full translation?