× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: ftp an entire library
  • From: "Neil Palmer" <neilp@xxxxxxxxxxx>
  • Date: Tue, 20 Mar 2001 21:08:36 -0500

You missed something on this line:
 ===> syscmd savlib lib(mylib) dev(*savf) savf(libsck/myfile)
it should be:
 ===> syscmd savlib lib(mylib) dev(*savf) savf(libsck/myfile) dtacpr(*yes)

Neil Palmer      DPS Data Processing Services Canada Ltd.
50 Acadia Avenue, Ste.102                   AS/400~~~~~
Markham, Ontario, Canada.   ____________          ___  ~ 
Phone:(905) 474-4890 x303   |OOOOOOOOOO| ________  o|__||= 
Cell.:(416) 565-1682 x303   |__________|_|______|_|______) 
Fax:  (905) 474-4898         oo      oo   oo  oo   OOOo=o\ 
mailto:NeilP@DPSlink.com  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
http://www.DPSlink.com     iSeries 400  The Ultimate Business Server





Scott Klement <klemscot@klements.com>
Sent by: owner-midrange-l@midrange.com
2001/03/20 18:11
Please respond to MIDRANGE-L

 
        To:     MIDRANGE-L@midrange.com
        cc: 
        Subject:        Re: ftp an entire library



Something like this should work (this is with the OS/400 FTP client):

     ftp 'target400.domain.com'
     220-QTCP at TARGET400.DOMAIN.COM.
     200 connection will close if idle more that 5 minutes.
     Enter login ID (klemscot):
     331 Enter password.
     Password:
     230 KLEMSCOT logged on.
     Enter an FTP subcommand.
     ===> syscmd crtsavf qgpl/myfile
     Enter an FTP subcommand.
     ===> syscmd savlib lib(mylib) dev(*savf) savf(libsck/myfile)
     Enter an FTP subcommand.
     ===> quote rcmd crtsavf qgpl/myfile
     250 Command crtsavf qgpl/myfile successful.
     Enter an FTP subcommand.
     ===> cd qgpl
     250 "QGPL" is current library.
     Enter an FTP subcommand.
     ===> binary
     200 Representation type is binary IMAGE.
     Enter an FTP subcommand.
     ===> put QGPL/MYFILE
     227 Entering Passive Mode (x,x,x,x,x,x).
     150 Sending file to member MYFILE in file MYFILE in library QGPL.
     250 File transfer completed successfully.
     Enter an FTP subcommand.
     ===> quote rcmd rstlib savlib(MYLIB) dev(*savf) savf(qgpl/myfile)
     250 Command rstlib savlib(MYLIB) dev(*savf) savf(qgpl/myfile) 
successful.
     Enter an FTP subcommand.
     ===> quit
 

On Tue, 20 Mar 2001, Mike Eovino wrote:

> Is it possible to FTP an entire library from one 400
> to another?
> 
> I know how to do one member at a time, using
> 
> PUT library/file.member targetlibrary/file.member
> 
> but I'd like to send the whole library at one time
> (source members, PF's, programs, the whole thing).
> 
> Is there any way to do that?
> 
> Thanks in advance!
> Mike E.



+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.