Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Strings to Start / Suspend Download of Queue and/or Folder

You should better seek support at EventGhost.
bzowk

Strings to Start / Suspend Download of Queue and/or Folder

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!