Re: Delay Between File Upload?
It easy to script this in PowerShell.
Just use the
https://winscp.net/eng/docs/library_session_putfiles
https://winscp.net/eng/docs/library_powershell
Just use the
Get-ChildItem cmdlet to find the files. And then loop the list, uploading the files one by one using WinSCP .NET assembly method Session.PutFiles, waiting between the uploads using the Start-Sleep cmdlet.
https://winscp.net/eng/docs/library_session_putfiles
https://winscp.net/eng/docs/library_powershell