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

CASAMostafa

That worked, Thanks


Mostafa
martin

Re: Automatic Script requires manual intervention

The latest beta version allows you to accept any SSH hostkey using open -hostkey=*:
https://winscp.net/eng/docs/scriptcommand_open

Make sure you understand that you are losing any security by doing so.
CASAMostafa

Automatic Script requires manual intervention

Hello,
We are running scripts for downloading files on the daily basis. The IP addresses are for the straddles and the security features are not fixed - they are changed from time to time. When they are changed the scripts require manual intervention for updating the security information (Update/Ignore/Cancel/Abort). We would like to update the security options as automatic.

Please have a look sftp_conf.bat file and we have used the following commands:
.....
option batch abort
option confirm off
option transfer binary
option batch continue
.....

still it requires manual intervention for updating.

Please suggest us in this regard.

Thanks,
Mostafa