<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Robo-FTP Framework > Advanced > Issuing commands by URL |
Certain tasks can be accomplished by initiating a request against a specific URL.
A particular job can be immediately run on demand using the following request pattern:
https://hostname:PORT/ListRuns.aspx?group=group&name=name&action=RunNow
A particular running job can be stopped using the following request pattern:
https://hostname:PORT/ListRuns.aspx?group=group&name=name&action=StopRun
In order to perform these tasks, the user making the request must first be properly logged in.