Skittle,
Sorry about that...
In the CL snippet below I am running FTP in batch mode. Some requirements for batch are to have a command file(that will hold the FTP commands you are wanting to run) and a log file(will store job log of FTP script).
When you run the FTP command you need to...
To just FTP one member from my source file I simply use the following PUT command.
NOTE: If the member doesn't exist on the remote as400 it will create it with a blank source type. The only requirements are for both source files to exist.
CL snippet:
<-------Begin CL------->
OVRDBF...
My goal is to figure out a way to add a progress bar to an already existing FTP script that is running in VBScript. This script currently runs fine just FTPing the file(s), but I would like to be able to see a progress bar that shows how far along the transfer is.
<----------------- BEGIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.