× 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: Scott Klement <klemscot@xxxxxxxxxxxx>
  • Date: Tue, 20 Mar 2001 17:11:32 -0600 (CST)


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 ...

Replies:

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.