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

martin

Re: Error appears: 'Using configured transfer settings different from factory defaults."

That's not an error. It's a warning. Does anything go wrong actually? Or do you just want to get rid of the warning?
To get rid of the warning, isolate your script from the GUI configuration:
See https://winscp.net/eng/docs/scripting#configuration
Though as you have non-default transfer settings configured in the GUI, make sure your script does not rely on those.
mtnwalk2010

Error appears: 'Using configured transfer settings different from factory defaults."

Seems to be a straightforward put command, but the scripting errors.
"C:\Program Files (x86)\WinSCP\winscp.exe" /console /command "option batch abort" "open VBNAlerts" "put D:\<foldername>\<foldername>\<filename>.txt /Inbox/<renamedfilename>.txt@<SFTPdata>.xfrp" "Exit"/

Moving a text file. Can't figure out why I am getting an error. I can move it manually.