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

bbell1980

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
-rawsettings MinTlsVersion=12

So I added that to it:
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
command:
< 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!