|
I know there is a way to do this, I've tried various purported examples in a Web search, but they're either not working or "too big to trust" at this stage in my knowledge of Windows batch, and I don't see specifics for this in the PC-Tech list archives. (Parameterized FTP yes, this specific task no). (Payback for trying to avoid Windows programming).
I need to set up a scheduled Windows-7 batch script to create an FTP script to run to automate an upload to IBMi of all the files in a directory.
I've been able to pipe the commands with the >> operator to an FTP script file, but I need to use the DIR directory output to generate the "PUT filepath" lines for this script.
Anybody got an example script? Or a way to generate that directory list with a "PUT " in front of the path name to the output file?
The DIR /s /p drive:path>>outfile.txt pipes the list of path names but I need that "PUT".
for %%f in (%sub%/RPGUNITF1.FILE/*.MBR) do echo put%script%
for %%f in (%sub%/RPGUNITT1.FILE/*.MBR) do echo put%script%
for %%f in (%sub%/RPGUNITY1.FILE/*.MBR) do echo put%script%
%script%
As an Amazon Associate we earn from qualifying purchases.
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.