Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Walter
2015-07-08T17:28:29Z
I created FTP connections with Visual Cron client and test the connections with FTP/SSH/Terminal Explorer. Can I execute all of these functions with API and if so how do I do so? As a starter, I can use API to list the job names. How do I do so with the FTP connections? Can you provide a starter tutorial? Thanks
Sponsor
Forum information
ErikC
2015-07-09T07:08:58Z
Hi Walter,

in here: http://www.visualcron.co...x.html?_net_c_vb_net.htm  you can find the basics to connect to the server and itterate trough the jobs.
The j object in the code is the job and if you look at that objects methods / properties I think you can find what you are looking for.

Also look at the tutorials: http://www.visualcron.com/Tutorials.aspx 

Regards,
Erik
Uses Visualcron since 2006.
Support
2015-07-09T07:23:35Z
You can also use the Web API for listing Jobs like this:

http://localhost:8001/VisualCron/text/job/list?username=admin&columns=name&includeheaders=false

http://www.visualcron.com/doc/HTML/web_api.htm 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
WalterG
2015-07-09T19:05:39Z
thank you Eric and Henrik for the links.
Similar Topics
Users browsing this topic
Scroll to Top