Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Please send me an email, so I can send you back a debug version to trace this down.
Guest

The error seems to come before any actual connection is made. I don't have a log file, specifying the /log option doesn't create a log file for this particular attempt (/log=c:\log.txt, for example, doesn't create the log.txt file unless it actually connects, as far as I can tell)

I run the session as follows:
winscp3 (name of saved session)

The saved session connects fine in the GUI.

Attempting to connect using by providing the information instead of the session, ex:
winscp3 scp://user:pass@server.com

works fine on other machines on the network, but not this one. It results in the same EAccessViolation.

Thanks!
martin

Re: Yet another EAccessViolation

At what stage do you get the error? Can you post a log file? How do you open a session from command line?
Guest

Yet another EAccessViolation

I don't understand what might be causing this. I can login to a server using the WinSCP (3.8.2) GUI, but attempting to login to the same server using the command line results in the EAccessViolation. In fact, even saving the session that successfully connects in the GUI and attempting to connect from command line using that session name will result in the EAccessViolation message. The connection is attempting to use SCP, not SFTP if that seems relevant.

The exact command line works perfectly on another machine.