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



Or, as others have said, to get them all. use mget *.savf. Also, be sure to change to binary mode.

In Windows a script can be written to do this, and there is an option on the ftp command to name this script. The issue is the user ID and password. I usually make a BAT file that accepts the user id and password as parameters, then builds the script with "echo" commands redirected to that script (> for the first line, to create the script, >> to add more lines), and then execute ftp, finally deleting the script to get rid of hard-coded login data. You could redirect output of the ftp command to a log file, then analyze it.

Not so hard as it seems. IIRC, there's a possible gotcha - you might need to put user id and password on the same line, with a space between. Or they need to be on separate lines. One is the right way - I forget.

HTH
Vern

At 04:10 PM 10/28/2004, you wrote:
You might be better off using the "pull" logic, where you write a little
.bat file that performs the connection to the iSeries, changes the
directory into the proper library, and then performs a GET operation for
each save file you want to grab.


Paul Nelson Arbor Solutions, Inc. 708-670-6978 Cell pnelson@xxxxxxxxxx





Mike Berman <mikeba777@xxxxxxxxx>
Sent by: midrange-l-bounces@xxxxxxxxxxxx
10/28/2004 03:54 PM
Please respond to Midrange Systems Technical Discussion

        To:     Midrange Systems Technical Discussion
<midrange-l@xxxxxxxxxxxx>
        cc:
        Subject:        FTP An entire lib


HI we are looking to FTP a library that contains several SAVF's to a PC location. Is there anything involved more than "PUT" ? How would you monitor for a successful send?



---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


-- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.


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.