Kermit script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Kermit script
# 1  
Old 09-12-2006
Kermit script

Hi,
How can I read the second line in kermit?

fread reads line in kermit.

Thank you
# 2  
Old 09-13-2006
I would guess that you would use another fread.

See if any of the info at Columbia.edu - Kermit gives you the answer.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell script works fine as a standalone script but not as part of a bigger script

Hello all, I am facing a weird issue while executing a code below - #!/bin/bash cd /wload/baot/home/baotasa0/sandboxes_finance/ext_ukba_bde/pset sh UKBA_publish.sh UKBA 28082015 3 if then echo "Param file conversion for all the areas are completed, please check in your home directory"... (2 Replies)
Discussion started by: ektubbe
2 Replies

2. Shell Programming and Scripting

Script will keep checking running status of another script and also restart called script at night

I am using blow script :-- #!/bin/bash FIND=$(ps -elf | grep "snmp_trap.sh" | grep -v grep) #check snmp_trap.sh is running or not if then # echo "process found" exit 0; else echo "process not found" exec /home/Ketan_r /snmp_trap.sh 2>&1 & disown -h ... (1 Reply)
Discussion started by: ketanraut
1 Replies

3. Ubuntu

establishing connection with e-kermit running on LINUX from my operating system

we designed a primitive operating system for learning basics fundamentals and we created process switching, interrupt/polled IO for device drivers like UART and printers. We accomplish this by using our own tools called SPEDE (for downloading compiled elf image from host ubuntu system that have... (0 Replies)
Discussion started by: bicepjai
0 Replies

4. Solaris

C-Kermit and SunOS 5.10

Has anyone managed to install C-Kermit successfully on SunOS 5.10? SunOS 5.10 Generic_141444-09 sun4v sparc SUNW,T5240 I installed with "make solaris9g64", the only make that worked. If I'm not mistaken, isn't there a test to see if ssl is available? Something like C-Kermit>define... (0 Replies)
Discussion started by: MichaelInDC
0 Replies

5. Shell Programming and Scripting

Kermit and

I have a small problem with kermit and after some days searching I don't find the solution. I have a FTP server with a local directory (ldirectory). If files appear in this directory they have to be send to another server, and deleted afterwards. The script don't take files with *.tmp extension.... (0 Replies)
Discussion started by: Zen11
0 Replies

6. Shell Programming and Scripting

How to send AT commands after getting into Kermit window?

We're using Kermit 8.0.209 in Linux environment. We're trying to invoke kermit from an application, send some AT commands and receive the responses from the End terminals like mobiles/modems. We access these deivces through serial ports. For eg., to send a file we use command-line options like... (4 Replies)
Discussion started by: pratiul
4 Replies

7. UNIX for Dummies Questions & Answers

c-kermit anyone?

Firstly, I would like to apologise at what I have no doubt is a very easy query. However, I have been roaming around the c-Kermit homepage for sometime now and I have yet to find an answer to my problem. I am trying to write short script that will automatically retrieve a file. To do this I am... (0 Replies)
Discussion started by: AvalonHaze
0 Replies

8. IP Networking

Kermit- dialup and network connection

hi all, Using kermit, i made serial dialup connetion between two PCs through telephone line and transfered files trough this line. The code appears as like this, set modem type generic #Setting the modem type. set modem data-compression on #Data compression on to speed up transfer.... (0 Replies)
Discussion started by: pcsaji
0 Replies

9. UNIX for Dummies Questions & Answers

About the kermit

I have a kermit file for HP unix , it work fine to download files , if I want to use it at AIX server , could I just copy it to AIX server ? if not , could suggest where can download it for AIX server ? and is it free ? am wonder whether kermit is a free package , I hv google it , but not find ,... (6 Replies)
Discussion started by: ust
6 Replies

10. Shell Programming and Scripting

C-Kermit scripting

Hi , I am using C-Kermit for automating FTP of files from my local Solaris Box to remote Solaris Box.I am able to send the files successfully. And i can also log the whole transaction into a log file.But i want a list of files ( redirected to some other file ) that went successfully and list of... (0 Replies)
Discussion started by: sveera
0 Replies
Login or Register to Ask a Question