Page 1 of 1

File transfer from UNIX to AS400 Library(not Directory)

Posted: Mon Apr 22, 2013 10:46 am
by phantom
Hi - I am using GoAnywhere Director and Services both in our production file transfer environment.
Recently one project requirement has been such that I need to deliver a file into an AS400 Library (not directory). I am using SSH based authentication to connect to AS400 server and everything works fine - excepth that the file lands into IFS directory structure attached to the server than the intended Library.

Is there any work-around available with GoAnywhere Director? I dont want to write any As400 script and call that from GoAnywhere director. I am looking for a solution that I can implement using GA Director features only.

Can anyone help ?

Re: File transfer from UNIX to AS400 Library(not Directory)

Posted: Tue Apr 23, 2013 8:19 am
by Support_Rick
Search the Forum for "/QSYS.LIB" -- you will find a few examples of how to setup the path to insert/retrieve data to/from an IBMi Library/Table using (s)FTP(s).

You also have the option to insert the data into the IBMi using a Database connection and SQL Insert. There are examples of that on the Forum as well.