Hey Guys - 
I'm not a programmer, but have done some basic scripting before in PowerShell, AutoIT, & VBS.  I am trying to figure out how (if possible) to run just 3 basic commands.  I plan to use them with EventGhost to control some aspects of FTP downloading.  Below are the functions I'm trying to create strings for.  All pertain to a basic session connecting to the same host:
- Start / Resume Download of Queue (if WinSCP was manually started (GUI) and files are in queued)
- Suspend (Pause) Current Queue (if WinSCP was manually started (GUI) and queue is processing / downloading)
- Set download rate (globally or for all queued files) to x
I've tried a few things after researching, but they didn't seem to work for existing sessions - especially ones started via the GUI.
Any idea how to do this if possible?  They would be executed on a system running Windows 7 x64.  Thanks!