|
-
Nov 13th, 2000, 10:14 AM
#1
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|