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

Advertisement

mtnwalk2010
Joined:
Posts:
1
Location:
Utah

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.

Reply with quote

Advertisement

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

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.

Reply with quote

Advertisement

You can post new topics in this forum