Hi
I have a file in my IFS folder with size 2GB.I want to move or copy this file to another server...is there any command in i series to exceute other than FTP ing the file .Please let me know your thoughts on this.
Thanks
Software/Hardware used:
AS400
ASKED:
March 9, 2011 11:53 AM
UPDATED:
March 16, 2011 10:32 PM
I’m curious as to why not FTP.
Also, I am assuming this other server is NOT an AS400. Correct?
Since FTP is perhaps the fastest and most efficient method available, I also wonder why not FTP. Clarification on the “other server” might be useful.
Tom
If the other server is Windows based. Share the IFS folder and Map to it and just use copy and paste.
If another AS/400 use OPSNAV to copy and paste.
Folks are correct, this is much slower than ftp
FTP is the best way to go.
There are file size limitations that may prevent Navigator from being any use. FTP is really the easiest method.
How about using OpenSSH ? I am not sure what advantages it has over FTP, Could some one explain ? What is the main difference in these two transmission protocols ?
Have you considered to use SNADS with SNDNETF ?
“The maximum size of a file that can be sent using the SNDNETF command is approximately 2 billion bytes.” (ref: http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fcl%2Fsndnetf.htm ).
Read more about SNADS and how to configure here http://www-01.ibm.com/support/docview.wss?uid=nas151bb373f778c40e0862565ed00696c26
DanF
PS: I agree with the people who recommends using ftp – it’s easy and speedy.
Are you concerned about secuity issues if FTP is used?
If so, IBM has a very good FTP exit point program which providse excellent security. We use it to lock down FTP, only allowing a very small number of users. I can personally attest that it works because we recently had to add one of our software vendors to the list of approved users so they could send an update to our system.
IBM has a very good FTP exit point program…
For basic control, iSeries Navigator has a useful interface into the WRKFCNUSG, ‘Work with Function Usage’, command. Right-click a connection and select Application Administration. On the Host Applications tab, expand TCP/IP Utilities, then expand File Transfer Protocol (FTP).
In there, specific FTP activities can be enabled or disabled. When a function is selected, the ‘Customize’ button gives access to individual users for finer control.
Though exit programs can do much more, the iNav piece might be enough for some situations.
Tom