martin Re: Is there a way to get a Progress bar, or some indication of the status of a transfer? 2021-06-21 Handle Session.FileTransferProgress event: https://winscp.net/eng/docs/library_session_filetransferprogress For an example of handling events in VBScript, see: https://winscp.net/eng/docs/library_com_wsh#event_handlers
Dan Curious Is there a way to get a Progress bar, or some indication of the status of a transfer? 2021-06-20 01:03 I'm using VBScript. Is there a switch that returns the progress of a large transfer, from the com component? Even just by 25 percent, would be helpful. So 0...25%...50%...75%...Done.