Re: Powershell script to ftp folder
To display a progress, handle
https://winscp.net/eng/docs/library_session_filetransferred
https://winscp.net/eng/docs/library_session_filetransferprogress
The script aborts on any error.
Session.FileTransferred
or Session.FileTransferProgress
events:
https://winscp.net/eng/docs/library_session_filetransferred
https://winscp.net/eng/docs/library_session_filetransferprogress
The script aborts on any error.