Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP Batch programming
Name: pagalreddy Date: October 9, 2007 at 07:37:16 Pacific OS: xp CPU/Ram: 2gb
Comment:
Hi.
I m new to batch programming, I need to do this urgently.
The following is a sample implementation of pulling files using File Transfer Protocol utility (FTP).
1. Open an FTP session with the computer that contains iXYZ files using IP address, username and password. 2. Get a list of files at directory /xyz/IXYZ/primary. 3. Loop through the list of files. For each file in the list, if the file name ends with “.curr”, ignore it. Otherwise first use GET command to retrieve the file, and then use MOVE command to move the file to directory /xyz/IXYZ/secondary. 4. Repeat the process by going back to step 2.
Summary: i have a requirement to write a ftp batch code which will get the IP Address, Username and Password from user. Once the user provides details, it establishes the ftp connection, if values are correct ...
Summary: Is there a way, in NT Batch programming, that works like the back quotes in unix. I want to to do runas, but I want to be able to get the hostname of the local computer. So I want, syntax errors asi...
Summary: Very simple request I would like to run a batch program for "tasklist", I would like to create short cut and place in my Administator programs. The command I would like to run is tasklist /svc >taskli...