Friday, 21 July 2017

Download file from AS400 (IBMi) system to PC

There are many ways through which we can download file from IBMi system to local PC. One of the way is using command prompt.
Type below commands on command prompt -
  • I want to downalod my file to desktop, so first go to local directory – C:\Users\amits\Desktop
  • Connect with system – FTP IPAddress of system (or system name)
  • Provide username and password   
  • get library/filename filename.txt (to download in txt format)
  • quit

No comments:

Post a Comment

Progress bar in AS400 (version 2)

This is another version of progress which most people like (previous version is here ). Source of display file A                     ...