Anyone know how you can send multiple files of which you do not know the names via FTP using the Inet control? I checked the articles here and Planet Source Code, also checked MSDN, mPUT is not supported in Inet control. Basically I have tried:

Inet1.Execute , "PUT c:\templogs\ *.*"

and

Inet1.Execute , "PUT c:\templogs\*.* *.*"

and

Inet1.Execute , "PUT c:\templogs\*.log *.*"

None seem to work, everything else works just dandy.