Send/Rec files via modem..


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Send/Rec files via modem..
# 1  
Old 09-06-2002
Send/Rec files via modem..

Ok, here is my situation. I need to send/rec files to different outside sources.
A developer working on this couldn't find a unix program to dial out so he is
going to go with a 3rd party software on a NT box. eww

So, this is what I'm looking for. I would have a modem on a sun/linux/hp box and
it would send files out via a modem to another modem. It would also go and
pickup files on these external boxes as well.

Does anyone know where I can find information on doing this? Also, if you know
of a software program for unix, please share.

Thanks in advance.
Eric
:: email removed ::

Last edited by oombera; 02-13-2004 at 01:19 PM..
# 2  
Old 09-06-2002
The first that comes to mind is Kermit .

I haven't used it in years but it was a great utility years ago and from what I saw on the web page (case studies) it looks even better than ever.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to generate Ctrl M at end of rec

Hello, I was wondering if someone can assist me. I have a file that I download from a mainframe to a RedHat Linux 5.5 server, the file is delimited by control underscore characters and the record is terminated by a control M (carriage return). The problem I am having is with the control M... (3 Replies)
Discussion started by: app1mvf
3 Replies

2. UNIX for Dummies Questions & Answers

replacing all 4 first upper char of every rec to lowercase ?

I have a file where some records have been updated the wrong way and need to fix it quickly since the amount can be alot. Every record where any of the first 4 characters are in upper case need to be changed to lowercase. Records can have '#' in position-1 for comments. These musn't be... (2 Replies)
Discussion started by: Browser_ice
2 Replies

3. Shell Programming and Scripting

how to reformat a file to 80 byte rec length?

I have a variable length file that needs to be reformatted to 80 byte reclen before I ftp it to a customer. What is the best way to do this? I tried using dd if=inputfile of=outputfile conv=noblock cbs=80, and it almost gives me what I need. The output file needs to be 80-byte records, and the last... (4 Replies)
Discussion started by: cmgarcia
4 Replies

4. Shell Programming and Scripting

Setting local vars from a header rec in another file?

Hey guys, We are going to be receiving files containing header information. This will be 1 line of code in each file containing the following format: 20050719hhmmsssfgr00310000537000000000000000 My question is...How can I pull parts of the header info and set it to vars in my shell. I... (4 Replies)
Discussion started by: ecupirate1998
4 Replies

5. UNIX for Dummies Questions & Answers

Modem - Test /dev/modem

Ok. I tried following the directions from some of the other threads, but I've hit a road block. I have red hat 7.3 and I installed the hcf package: hcfpcimodem-0.99lnxtbeta03042700k2.4.18_3-1rh.i386.rpm It installed ok, no errors, but I still can't get linux to find my modem. I've tried... (2 Replies)
Discussion started by: lawadm1
2 Replies
Login or Register to Ask a Question