monica1
29th October 2003, 13:03
I'm working with an AS/400 and I try to install a solution for high availability. The solution says that I have to FTP a file into the Baan program library (into a created save file).
Somebody knows how I can do that?
Thank a lot
monica1
30th October 2003, 10:40
Save the file on a temp-directory on your client.
Now you open a DOS-box on your client, cd to that temp-directory, ftp to
your AS400. Inside ftp do a
cd <Baan program library> [ENTER]
bin [ENTER]
put <file> [ENTER]
that is all the action to put the contents of the patch in an empty save
file !
The name of the save file must be the same that the name of the ftp file.