PDA

Click to See Complete Forum and Search --> : Inet Again


spins52
Jul 6th, 2001, 03:27 AM
I have managed to use the Inet control with the 'put' ftp command.
However the process I need involves putting multiple text files onto a remote host. For instance 'mput *.txt' however the Inet control does not seem to support this command. Anyone have experience is this area?

plenderj
Jul 10th, 2001, 04:34 AM
Well use the Dir function to search for all the .txt files in the current dir. Each iteration thru the loop that you'll find if you lookup help on the Dir function you upload the latest found file using the inet control.