Command Line TLS 1.2
We currently use a command line to upload a file to a department in our state government. The state has finally gone to tls1.2 but I don't know how and I can not find documentation to do this via command line. I thought it was going to be
So I added that to it:
I got the error:
Here is the log after the command:
Can anyone help me out? Thanks in advance!
-rawsettings MinTlsVersion=12
put -rawsettings MinTlsVersion=12 -transfer=ascii \\intranet\[i]filename[/i].txt SYA620-1.[i]blah[/i]
I got the error:
Unknown Switch 'rawsettings'.
Here is the log after the
put
< 2019-11-05 11:01:45.546 Script: Are you sure you want to transfer multiple files to a single file 'SYA620-1.[i]blah[/i]' in a directory '/'[i]blah[/i].SYA.''? < 2019-11-05 11:01:45.546 The files will overwrite one another. < 2019-11-05 11:01:45.546 If you actually want to transfer all files to a directory '/'[i]blah[/i].SYA.'/SYA620-1.[i]blah[/i]/', keeping their name, make sure you terminate the path with a slash. < 2019-11-05 11:01:45.559 Script: Unknown switch 'rawsettings'. . 2019-11-05 11:01:45.560 Script: Failed . 2019-11-05 11:01:45.560 Script: Exit code: 1 . 2019-11-05 11:01:45.561 Disconnected from server
Can anyone help me out? Thanks in advance!