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

Anonymous wrote:

I get the response EAccess Violation
what does that mean?

It is a bug. If you are using 3.8, please downgrade to 3.7.6/
Guest

# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
open xxxx:xxxxx@192.168.0.23
close

# Exit WinSCP
exit

I get the response EAccess Violation
what does that mean?
Guest

I was wondering if there was already something like this as a plugin maybe.
martin

Re: Saving multiple sites into List

WinSCP supports scripting. You can write an script to do what you need.
Goodson12

Saving multiple sites into List

What I would like to be able to do it send out a specific file to a number of different sites with the click of a button. What would need to happen, I think, is that it winSCP would connect to one site load the file then close that connection and then open the next site, and so on. I would also like it to put that file in a specific location on that site. Is this possible? If not are there any good programs that do allow you to do this?