Re: How to download files using VB6
Please see https://winscp.net/eng/docs/library_vb#example
You just need to replace
Also make sure you follow
https://winscp.net/eng/docs/library_install
You just need to replace
mySession.PutFiles
with mySession.GetFiles
.
Also make sure you follow
https://winscp.net/eng/docs/library_install