Forum: General
08-06-2020, 08:50 AM
|
Replies: 1
Views: 464
Private Public Key generator
Hello Expert,
I want to automate SSH server with help of private-public key pair.
I have generated private & public key with help of pytty gen.
Private key is in .ppk extnesion and public key...
|
Forum: Scripting
03-29-2020, 09:04 AM
|
Replies: 12
Views: 1,639
Hi Jake,
In suggested code this option not...
Hi Jake,
In suggested code this option not working:
crt.Session.Config.SetOption("Request Shell", False).
I have tried this option with only SFTP part even but that "NO request shell" option...
|
Forum: Scripting
03-27-2020, 06:53 AM
|
Replies: 12
Views: 1,639
Hi Jake,
Yes I am 100% sure that Port of SSH...
Hi Jake,
Yes I am 100% sure that Port of SSH is different from SFTP so cant connect SFTP directly with connected SSH Session.
As You have mentioned steps, I have followed the same and SFTP...
|
Forum: Scripting
03-26-2020, 05:43 PM
|
Replies: 12
Views: 1,639
Hi Jack,
Apart from It can you suggest some...
Hi Jack,
Apart from It can you suggest some solution in one more scenario I am having now.
I have some SSH2 connection where SFTP is not accessible by just right click on connected session...
|
Forum: Scripting
03-26-2020, 05:22 PM
|
Replies: 12
Views: 1,639
|
Forum: Scripting
03-26-2020, 01:20 PM
|
Replies: 12
Views: 1,639
Connect Multiple Server Through same script
Hi,
I have tried with objSFTPTab.Close() and it worked but one issue I am facing is before closing the SFTP session it ask from user whether he wants to close the SFTP session or not.
As I have...
|
Forum: Scripting
03-26-2020, 06:12 AM
|
Replies: 12
Views: 1,639
Connect Multiple Server Through same script
Hi Jake,
I have tried crt.Session.Disconnect() after sftp transfer get complete.
So it disconnect the current session and connect the new session but no any further command executing in that new...
|
Forum: Scripting
03-25-2020, 05:22 PM
|
Replies: 12
Views: 1,639
Connect Multiple Server Through same script
Hi Expert ,
I have to connect multiple SSH2 server comprising different host and credential,RUN some command and then connect SFTP to transefr files to local PC.
I want to perform access...
|
Forum: Scripting
09-16-2019, 10:27 AM
|
Replies: 3
Views: 1,538
Hi ,
The file name manually i have used-...
Hi ,
The file name manually i have used- TBTX1_PA.log in this line
crt.Screen.Send("sed -ne 's/.*/TBTX1_PA.log: &/p' TBTX1_PA.log>output.txt").
So basically if I read the file name by...
|
Forum: Scripting
09-16-2019, 07:27 AM
|
Replies: 1
Views: 953
Code not executed as per script
Hello Expert,
Please help to resolve issue I am facing.
My purpose
1) To autoconnect SSh2 and run some command and store the output
2) Transfer the stored output to my local PC through sftp...
|
Forum: Scripting
09-13-2019, 06:32 PM
|
Replies: 3
Views: 1,538
Access file name in Directory of remote machine
Hello Expert,
Please help me to find out the solution.
Problem statement- I have written python script to run in secureCRT.
This script will provide access to remote server and run some...
|
Forum: File Transfer
06-11-2019, 10:28 AM
|
Replies: 12
Views: 4,363
|
Forum: File Transfer
06-11-2019, 08:54 AM
|
Replies: 12
Views: 4,363
I am using the same script without any...
I am using the same script without any alteration.Just updated remote and local path.
Apart from it even without using script while I am trying to connect"coonect SFTP connection" of running SSH2...
|
Forum: File Transfer
06-11-2019, 03:30 AM
|
Replies: 12
Views: 4,363
I am trying to use this script with already...
I am trying to use this script with already connected SSH2 tab but unable to get stfp key on screen.
Even I have tried with right click and connect sftp connection and the same output. Still waiting...
|
Forum: File Transfer
06-10-2019, 11:41 AM
|
Replies: 12
Views: 4,363
|
Forum: File Transfer
06-10-2019, 11:31 AM
|
Replies: 12
Views: 4,363
|
Forum: File Transfer
06-10-2019, 09:10 AM
|
Replies: 12
Views: 4,363
Import pysftp module error
Hello Experts,
I have to perform two task(basically have to auto schedule both task as one)
1) Connect OSS server(remote server) through secureCRT and run some script on secureCRT window(same as...
|
Forum: Scripting
06-07-2019, 07:09 PM
|
Replies: 3
Views: 2,118
|
Forum: Scripting
06-07-2019, 06:46 AM
|
Replies: 3
Views: 2,118
|
Forum: Scripting
05-10-2019, 02:00 AM
|
Replies: 3
Views: 2,445
VBS Script showing error
Hello JDev,
Thanks for your reply.
I have got solution.
Issue was with this part deprecated/old 3DES cipher and MD5 MAC.
When I was considering this part in my code it selected only 3DES in...
|
Forum: Scripting
05-03-2019, 04:49 AM
|
Replies: 3
Views: 2,445
VBS Script showing error
Hello Experts,
I am using securecrt8.5 and want to connect session through VBS script.
In general while connecting the session manually it ask about username,pswd and neId as well and after putting...
|