Powershell limit speed
                I'm trying to use the -speed switch and not sure how that works with powershell.  Here is part of the code:
$session.PutFiles("C:\BackupTemp\*.rar", $remotePath1).Check()
Thanks
Kevin
            
        $session.PutFiles("C:\BackupTemp\*.rar", $remotePath1).Check()
Thanks
Kevin