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

soggi

Re: WinSCPnet.dll on Windows2000

Just in case anyone needs the answer to this issue:

Bartman wrote:

Hi
I'm developing an SFTP interface using WinSCP and WinSCPnet.dll release 5.7.3. This GUI has to run on Windows 2000 server.

Unfortunately, this release seems not to work on W2K server.
...
Which release have I to use?

The last release which works on Windows 2000 is version WinSCP 5.1.8 which is available from my website (https://soggi.org/misc/tools.htm) or from SourceForge (https://sourceforge.net/projects/winscp/files/WinSCP/).

kind regards
soggi
martin

Re: WinSCPnet.dll on Windows2000

Can you run WinSCP GUI on the system? Can you run WinSCP in scripting mode? winscp.exe /console?
Bartman

WinSCPnet.dll on Windows2000

Hi...
Sorry for the delay...

The code should run under Windows 2000 Server SP4.
This code works fine on my Windows 7 developer machine, using last bin and dll of WinSCP.

Have try to use older release of WinSCP... no success.

Regards.
martin

Re: WinSCPnet.dll on Windows2000

In what environment do you use the .NET assembly? (how do you run the code?)
Bartman

WinSCPnet.dll on Windows2000

Hi
I'm developing an SFTP interface using WinSCP and WinSCPnet.dll release 5.7.3. This GUI has to run on Windows 2000 server.

Unfortunately, this release seems not to work on W2K server.
I get this error:
WinSCP process terminated with exit code 0 and output "", without responding (response log file C:\Documents and Settings\XXXXXX\Local Settings\Temp\wscp1178.03CE0BB8.tmp was not created). This could indicate lack of write permissions to the log folder or problems starting WinSCP itself.

Which release have I to use?

Thanks.