I need to transfer files from an AS400 to an AIX box. Once on the AIX box, the files are processed and another set of files has to be sent from the AIX box back to the AS400 box. Eventually, there will be a VAX system that will take the place of the AS400 in this scenario.
I'm testing this out on two AIX systems first. I can't get ftp to work without being prompted for a password. I'm ftp'ing as a user with the Rsh shell on the receiving system. On the sending system, the user has the Korn shell. I have the .netrc file in the user's home directory on the receiving system. The netrc file has the user's name and password. It is owned by root and has permissions of 700. The receiving and sending system have a .rhosts file.
I've read the man pages for netrc, rsh, Rsh and think I'm doing what they say, but I'm still being prompted for the password.
Can anyone steer me in the right direction?
Thanks.
I'm testing this out on two AIX systems first. I can't get ftp to work without being prompted for a password. I'm ftp'ing as a user with the Rsh shell on the receiving system. On the sending system, the user has the Korn shell. I have the .netrc file in the user's home directory on the receiving system. The netrc file has the user's name and password. It is owned by root and has permissions of 700. The receiving and sending system have a .rhosts file.
I've read the man pages for netrc, rsh, Rsh and think I'm doing what they say, but I'm still being prompted for the password.
Can anyone steer me in the right direction?
Thanks.