Batch file wild cards - TechRepublic
General discussion
January 17, 2001 at 07:26 AM
b_p2001

Batch file wild cards

by b_p2001 . Updated 25 years, 3 months ago

I have a batch file to ftp files to a IP address and am using wildcards:
PUT E*.*
however this only sends one file.
QUESTION:
How do I send the others if they are there?

The batch file reads a text file to FTP:
FTP -s:ftp.txt
After ther FTP, the files are put into an archive folder. I have to move the extra files back and FTP again as it is now.

This discussion is locked

All Comments