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.