Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSDOS/PC ASCII file transfer to AIX 4.3 1

Status
Not open for further replies.

Charisma

Programmer
Nov 2, 1998
1
US
I need any advice from anyone who has done this before and the best way to wire these two machines together for the file transfer to occur thru the wire instead of by export to disk on PC and import from disk on AIX.
 
1. How about connecting the PC to the AIX machine as a hardwire terminal then use some communication software on the PC side to transfer the file(s) to the AIX machine. You may need to get and or compile something like the zmodem protocol-program for AIX or use Kermit.<br>
<br>
2. PPP over hardwire serial cable?<br>
<br>

 
Have you considered adding ethernet/token ring to the rs6000 and the PC? If you're finding an increasingly frequent need to xfer files between the two machines it might be worth the investment. (I think it's actually easier to get TCP working over a network than to get get Kermit/some other thing working over a serial link)<br>

 
If this is something you will be doing often, I agree that it would be better to connect the two via Ethernet and use FTP to get the files back and forth.<br>
<br>
If this is a one-shot deal, then connecting the PC to the AIX box as a hardwired terminal is your easiest bet. All you need is the appropriate serial cable and a terminal program on the PC capable of Xmodem transfers (almost all are). The ATE terminal program included with AIX includes server-side Xmodem transfer software. You can get around the one-file-at-a-time restriction of Xmodem by judicious scripting on one or both machines. I have set up automated multi-file Xmodem transfers this way between a PC running Procomm Plus and an AIX 3 machine. It's not pretty, but it works and it's cheap.<br>
<br>
You could also get Zmodem or Kermit software for both machines to simplify multi-file transfers. But again, if this is something you'll be doing often, invest in the Ethernet hardware and a TCP/IP stack and FTP program for your PC.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top