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.


agentry
2009-07-17T16:06:42Z
In the VCron api, can you make direct calls to send SFTP directly through a memory stream and not require a task/job to be setup?

Thanks!
Adam
Sponsor
Forum information
Support
2009-07-17T18:00:44Z
No, it is not possible right now. But it is relatively easy to set up that Task.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
agentry
2009-07-17T19:22:06Z
What about loading assemblies (dlls) and executing a method on a contract through reflection? (So we dont have to compile exe's)
Support
2009-07-17T19:54:19Z
That function is not existing in the API - rather in the VisualCron service. But it will not work because the service is not built for that - also we have no documentation regarding that.

What we can do is to move this topic to Feature requests and perhaps extend it more with what you want to do. Still, it is much easier just to create the Task. With the help of Variables you can make that Task dynamic as well.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
agentry
2009-07-17T20:08:23Z
Sorry for all the questions, but what about setting up tasks that make webservice calls by generating a proxy dynamically and allowing us to pass in parameters?

Support
2009-07-17T20:09:49Z
Not sure if your latest post is related to SFTP?

You want a Task that can call a web service with parameters?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
agentry
2009-07-17T20:11:46Z
Correct, ideally a wcf service, so that we can either kick off a process on another machine or test to make sure the wcf service is up and running.
Support
2009-07-17T20:12:50Z
We are working on a Task that can call a web service and another Task that can perform reflection on dll/exe,
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
WalterG
2012-12-28T15:29:08Z
Originally Posted by: Support 

No, it is not possible right now. But it is relatively easy to set up that Task.



Has this function been updated? We need to make API calls to create subfolders on an SFTP.
Support
2012-12-31T11:22:32Z
Right now you need to programattically create the Job and Task with SFTP and then run it.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
WalterG
2013-01-17T18:32:37Z
Thanks. I downloaded the API reference which is in CHM file format, but I can't read the CHM file. Does anyone have the same problem? I found a utility to convert it to PDF and was able to view it in PDF but I think it didn't successfully converted all. I looked up FTPCreateFolderCommandClass and I can't find much content.

"Download the get API reference help file here"
Support
2013-01-18T08:14:00Z
Originally Posted by: WalterG 

Thanks. I downloaded the API reference which is in CHM file format, but I can't read the CHM file. Does anyone have the same problem? I found a utility to convert it to PDF and was able to view it in PDF but I think it didn't successfully converted all. I looked up FTPCreateFolderCommandClass and I can't find much content.

"Download the get API reference help file here"



You open it with HTML help. There are some posts if you search on Google related to what it could be for your specific OS. For example Windows 7:

http://www.techulator.co...en-chm-file-Windows.aspx 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
WalterG
2013-01-18T16:55:52Z
Scroll to Top