Search found 8 matches

by rjkantor
Thu May 25, 2017 3:10 pm
Forum: General Discussion
Topic: TLS1.2
Replies: 4
Views: 16003

Re: TLS1.2

Oleg -

This worked for me. Thank you very much.

Robb
by rjkantor
Wed May 24, 2017 10:08 pm
Forum: General Discussion
Topic: TLS1.2
Replies: 4
Views: 16003

TLS1.2

I am trying to connect to a client's FTP and I am receiving the alert that TLS 1.2 must be used to connect. E: 05/24/2017 4:23:07 PM: 530 TLSv1.2 is required to connect to this account. Please enable TLS for ftps://, or ftpes://. If you are the administrator of this account, you can relax this requi...
by rjkantor
Mon Dec 01, 2014 7:59 pm
Forum: General Discussion
Topic: backup file on change
Replies: 1
Views: 7515

backup file on change

I am trying to monitor a folder and when a file is changed, I want to copy it as a backup prior to being overwritten. Can this be achieved ?

If so, how? I was trying to use the monitor as a trigger and a copy but that did not work.

Thank you,
Rob
by rjkantor
Sat Aug 02, 2014 7:49 pm
Forum: General Discussion
Topic: If then
Replies: 1
Views: 8061

If then

I am getting an error message - Value "xxx" is not a number value. I am using an evaluate statement to find a mod of a number I am than using an IF Then to compare the evaluate result to more or equal to 1. I tried using compare as number and that give the above number. I then tried as str...
by rjkantor
Sat Aug 02, 2014 1:50 am
Forum: General Discussion
Topic: Search and replace text in file
Replies: 1
Views: 8224

Search and replace text in file

I am trying to determine what is the best way to search and replace for some strings in a text file. I was attempting to use the STR Replace where the source string is {filename(c:\infile.txt)} I then was going to use the substring to find the text and replace. Does this search from from the beginni...
by rjkantor
Sat Aug 02, 2014 1:46 am
Forum: General Discussion
Topic: VBSCRIPT Plugin
Replies: 2
Views: 11168

Re: VBSCRIPT Plugin

Thank you. I did figure this out.
by rjkantor
Fri Aug 01, 2014 5:54 pm
Forum: General Discussion
Topic: VBSCRIPT Plugin
Replies: 2
Views: 11168

VBSCRIPT Plugin

I have created a vbscript and trying to use the basic plugin. I have set the variables in my Task for INPUTPAD, INPUTSTR and INPUTLEN. I am trying to use the script to pad my text fields. I keep getting an error Parameter requires an express. 'istr' Line 9 col 10 "" which is my LPAD= Strin...
by rjkantor
Tue Jul 29, 2014 5:02 pm
Forum: General Discussion
Topic: Pad String
Replies: 1
Views: 8058

Pad String

I am looking for a pad string method to allow me to pad a string that I extract so that I can have aligned columns of output in my email.

Any ideas on how to accomplish the pad method? or does this need to be added to robotask?

Thank you,
Rob