ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Regd SAVF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Regd SAVF

    Hi,

    I am having savefile in pc(desktop). I need to put in AS/400 machine. How to do it . Please help..
    The Secret Of Achieving Your Goals Is Revealed Before Your Eyes.
    System Engineer

    Sudha...

  • #2
    Re: Regd SAVF

    on the AS400 create an empty savf
    CRTSAVF qgpl/mysavf

    Then from the PC, open FTP
    FTP myas400
    username
    password
    cd qgpl
    lcd mypcdirectory
    bin
    put mysavf.savf
    quit

    The SAVF must exist on the AS400 before you start the FTP.

    Comment


    • #3
      Re: Regd SAVF

      FTPing to PC from the AS/400

      I prefer the following, ftp from the pc to the 400 unless you have a FTP server on your PC after logging into the ftp server.

      ftp> cd LIBRARY
      ftp>lcd c:\directory
      ftp>bin
      ftp>quote site namefmt 1
      ftp>get as400savf.savf
      - -or-
      ftp>put as400.savf

      If you use the "quote site namefmt 1" then when you ftp from the PC you do not need to pre-create the save file on the 400
      Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

      Comment


      • #4
        Re: Regd SAVF

        Sudha,

        Alternatively use ZipSeries to do the work for you. It is free and can downloaded from www.zipseries.com


        Hope this can help you

        Regards,

        Bent

        Comment

        Working...
        X