Saving multiple sites into List

Advertisement

Goodson12
Guest

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?

Reply with quote

Advertisement

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?

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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/

Reply with quote

Advertisement

You can post new topics in this forum