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: Using VBScript with WinSCP v4.3.4

WinSCP 4.3.4 does not have .NET assembly.

Strictly speaking, you do not need .NET assembly to use WinSCP from VBScript, you can use scripting interface:
https://winscp.net/eng/docs/guide_automation_advanced#wsh

But using .NET assembly will make you life easier. Also you should always use the latest version of WinSCP in any case.
JonaIJ

Using VBScript with WinSCP v4.3.4

In my work we want to implement VBScript for timestamping files when move those files to archive folder in a SFTP, Server has WinSCP v4.3.4, as far i know this version does not have integration with .NET assembly. Is it posible to do or we need to update WinSCP?


Best Regards