×
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.
On Fri, 2009-12-11 at 07:36 -0800, Guillermo Payero wrote:
Hello Guys,
I'm pretty new on this programming world, so here is my newbie question
I'm trying to create a batch FTP to run some commands on a remote system i
I have created a TXT member with all the commands I need to run, but one of them is longer than 80 characters
quote rmcd dsphdwrsc type(*ahw) output(*outfile) outfile(qtemp/hdwrsc2) outfilefmt(*type2)
My question is, which the character used to continue with the line below? (like + in CL)
Regards,
Yahoo! Cocina
I am not sure how far along you are in your work, but it might still be
worth your while to look at Scott Klement's FTPAPI
<
http://www.scottklement.com/ftpapi/>. It is useful mostly because of
the ease with which you can check results and take action as the program
goes along. It accepts a remote command string of 1000 characters,
which will help you now.
The API is most easily called from RPG (because Scott provides a /copy
file with prototypes). For what it's worth, I have been hacking
together a wrapper command to make it easy to use the API from CL. You
can have a copy if you like.
Cheers,
Terry.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.