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.


sysadmin@loterie.lu
2016-02-04T14:30:04Z
Hello,
I am curently evaluating version 8.0.1.
Today we use windows scheduler to launch winscp in batch mode, winscp has the ability to produce an xml output of the files transfered during the session.
You can see the details here [url=https://winscp.net/eng/docs/logging_xml]
I wish I could use visualcron to schedule the job and perform the SFTP transfer with visualcron integrated FTP/SFTP transfer feature. But I did not find a way to produce a structured output file of the file transfered in the task with their status.
Is it possible?
Thank you,



Sponsor
Forum information
Support
2016-02-04T15:46:14Z
Hi,

you have a lot of Variables produced in runtime. For example you have:

{TASK(PrevTask,Result.UploadedFiles)}
{TASK(PrevTask,Result.UploadedFilesNames)}

{TASK(PrevTask,Result.DownloadedFiles)}
{TASK(Active,Result.DownloadedFilesNames)}

Any Variable can be used in any field so you can for instance create a File write Task and put this Variable there as value to produce a log of uploaded or downloaded files.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
sysadmin@loterie.lu
2016-02-05T10:48:19Z
Thanks for your support.
It's abit heavy to recode an xml output from the stdtout.
Looking under the hood I see that you use WinSCPnet.dll for SFTP file transfer.
Any chance you could add a parameter in the GUI for task SFTP to set the session class Session.SessionLogPath of the underlying WinSCPnet.dll? That would exacly what I'm after = an xml output of the session's transfers.
Regards,
Support
2016-02-08T08:35:13Z
The output is not in XML. It is a list. Also, we do not use WinSCP for SFTP. Just when using SCP.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top