I don't know a way off the top of my head (and of course check the help file
if you haven't already), but if there isn't a ready method you can always
set up a loop with calls to Dir("c:\MyFolder\*.*") to get the name of each
file for individual transfers.
Hope that helps,
-Roy
P.S. Glad I'm not unique in my ability to hose machines w/a VB app install!
8^)
-----Original Message-----
From: LaFerriere, Patrick M. [mailto:PLaFerriere@T...]
Sent: Thursday, May 31, 2001 10:23 AM
To: professional vb
Subject: [pro_vb] RE: FTP
Thanks for the insight and help. I tried initially to do this with the inet
control and failed because the people that own the ftp server I'm trying to
transfer to neglected to tell me they set up the responses as bytes and not
the default string. I fixed that and now I have one more question. Can I
upload all the files that reside in a directory? (like using the MPUT
command in the command window)