ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

FTP problem

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

  • #16
    Re: FTP problem

    Dudes - this is an old thread ... (2005 originally, then 2009)
    Greg Craill: "Life's hard - Get a helmet !!"

    Comment


    • #17
      Re: FTP problem

      Dude.. it's OK. Old threads are still useful for folks Googling for problems they are having. I just ran into an FTP issue and was able to resolve it on my own. So I thought it might benefit others to add information regarding how I resolved my issue. BTW.. that was a great game last year when Greg Lewis caught that pass from Brett Favre :-).

      Comment


      • #18
        Re: FTP problem

        DUDES! lets all just get along
        My house for pumpkin wine and pastries......
        fly on your dime and the rest is on me

        (I didnt even know this site was around in 2005)
        All my answers were extracted from the "Big Dummy's Guide to the As400"
        and I take no responsibility for any of them.

        www.code400.com

        Comment


        • #19
          Re: FTP problem

          Hi All,

          I have similar query what Senthil had in 2005.

          I'm trying to FTP a savefile LIB/SAVFILE from iseries to iseries but the FTP fails with the below messages.

          229 Entering Extended Passive Mode (|||25722|).
          150 Sending file to member SAVFILE1 in file SAVFILE1 in library LIB.
          Unable to send data to server.
          426-Cannot write to member SAVFILE1 in file SAVFILE1 in library LIB.
          426 Data transfer ended.
          226 ABOR subcommand received; no transfer in progress.


          Increased the storage for the profile but no luck, can you please let me where I'm going wrong?

          Below are the steps that I followed for FTP

          1. FTP <system name>
          2. User name
          3. Password
          4. Bin
          5. Put LIB/SAVFILE LIB/SAVFILE1

          Thanks!!

          Comment


          • #20
            Re: FTP problem

            sounds more like an authority problem based on the messages...or it's the extended passive mode killing you.

            try this:
            FTP <system name>
            user profile/password
            bin
            sendepsv 0
            put lib/savfile lib/savefile1


            PS: don't resurrect a 2 year old thread to as a new question! just start a new thread...Zombies are only fun in movies!
            I'm not anti-social, I just don't like people -Tommy Holden

            Comment


            • #21
              Re: FTP problem

              From one Iseries to another, I would use savrstobj. simpler.
              Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

              Comment


              • #22
                Re: FTP problem

                Originally posted by DeadManWalks View Post
                From one Iseries to another, I would use savrstobj. simpler.
                that's if you have everything setup for SNA communications (or is it EE?)
                I'm not anti-social, I just don't like people -Tommy Holden

                Comment


                • #23
                  Re: FTP problem

                  You could also use SAVRSTFTP... which is a nice wrapper on top of Scott Klement's FTPAPI.
                  Regards

                  Kit
                  http://www.ecofitonline.com
                  DeskfIT - ChangefIT - XrefIT
                  ___________________________________
                  There are only 3 kinds of people -
                  Those that can count and those that can't.

                  Comment


                  • #24
                    Re: FTP problem

                    i have a set of commands (one to send & one on the target box to receive) that i wrote and use (of course this was written prior to me downloading FTPAPI )
                    I'm not anti-social, I just don't like people -Tommy Holden

                    Comment

                    Working...
                    X