1,040 pts.
 AS400 File Transfer
What are all the ways there to send file to another server/ system in AS400?

Software/Hardware used:
AS400
ASKED: May 13, 2010  1:18 PM
UPDATED: December 16, 2011  8:26 AM

Answer Wiki:
I guess I'll start the list:<ul> <li>SNDNETF</li><li>SNA/DS</li><li>FTP</li><li>FTS</li><li>scp/sftp</li><li>SAVRSTOBJ</li><li>QFILESVR.400</li><li>QNTC</li><li>NFS</li> </ul> I suppose others could include variations of DDM or even SQL INSERTs into a remote database. The SQL could be via EDRSQL. The sockets send_file() API might be included. Those are off the top of my head. If I think, I might come up with others. Tom
Last Wiki Answer Submitted:  May 14, 2010  11:30 pm  by  TomLiotta   110,105 pts.
All Answer Wiki Contributors:  TomLiotta   110,105 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

SNDNETF is one way of sending a save file from one system to another (slow) compared to FTP between two boxes.

 195 pts.

 

SNDNETF is one way of sending a save file from one system to another (slow)…

FTP has some speed advantage. SNDNETF has a send-and-forget advantage (if your network is configured for it). SNDNETF also doesn’t send clear-text passwords. FTP can hide passwords, too, but the speed becomes a bit less.

Tom

 110,105 pts.

 

Can you please explain all the methods with one example?

 1,040 pts.

 

Hi!… I just wanna ask if what program codes I should use to automate FTP transfer from AS400 to another AS400 without logging in username and password… My supervisor told me to research about it and I don’t know anything on it because I’m on a hardware part and I’m not a programmer. He just only assigned me to do that because I already finished all my work. Anyone there!??… please help me about this… please please please….

This what my supevisor wants:

Topic to search:

ILE or RPG or CLP program codes that will automate the FTP transfer to one AS400 to another AS400.

 10 pts.

 

Check out the IBM websites or Google

 3,175 pts.

 

To: Thisismyconcerned
Looks like you have new problem.
You should open a new question and give very specific information as to what you need to accomplish.

 33,695 pts.

 

And Client access

download from one box – upload to another

and I’ve been known to display a record one one screen session, and rekey to another session, on another box.
Does this count?

lets just say – it wasn’t the master file…

.

 5,505 pts.