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

kbo

Re: Registering Winscp assembly library to be used with vbscript

martin wrote:

Are you running the command with the folder, where winscp.dll is location, set as working directory?


This did the trick, thanks.
martin

Re: Registering Winscp assembly library to be used with vbscript

Are you running the command with the folder, where winscp.dll is location, set as working directory?
kbo

Registering Winscp assembly library to be used with vbscript

Hello,

I want to copy/delete files from a remote server using ftp with WinSCP. I'm using a windows 7 32 bit system where i'm local admin. I already installed the downloaded setup file of Winscp and extracted the assembly (WinSCP.dll) into the setup file. No i want the register the .dll as explained on the site with the command in a prompt window: %WINDIR%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe WinSCP.dll /codebase /tlb. I keep getting the return: RegAsm : error RA0000 : Unable to locate input assembly 'WinScp.dll' or one of its dependencies.

What can be the problem here? Security?

Thanks in advance