Browse for files on Web Folder

T

TT

Hi there,

I was just curious if it was possible to use the
http://www.mvps.org/access/api/api0001.htm API to browse for web folders?

I appologize for the bad verbiage as I'm not sure about the correct
termonology, but here it goes!

I have a network connection set up on Windows XP Pro which is an FTP
connection. Through this connection, I can see my web files through windows
explorer just as though they were on my computer.

When I use the API above to search for a file, it comes back with C:\. Is
there any way I could ammend the code so that it works on web folders as well?

Thanks for any advice!
TT
 
T

TT

Thanks for your response Alex.

I've been trying to get this to work with my current db (access 2003), but
to no avail. I've copied over all the classes and am stumpped as to how to
get the references working. It's looking for the InetTransferLib.mda but I
can't seem to get it to load.

After sending my note last night, it occured to me that I wrote it way to
fast and didn't really capture my intention so I'll try to clarify what I'm
doing now:

I have a website which I operated and as part of the file structure, I have
some folders which contain photos. These photos are contributed from people
all over the world via FTP and can be updated at any time.

The hierarchy of folders would look something like this:

+ Photos main folder
+ Album #1 album folder
- img00001.jpg album file
- img00002.jpg album file
- img00003.jpg album file
+ Album #2 alubm folder
- img00001.jpg album file
- img00002.jpg album file

etc....

Ideally, what I would like to do is run a script which starts at the
"Photos" folder and from there, will tell me which folders are below it, and
list the files that are in each of them (including the date of the file).

I'd even be happy if I could navigate to the album #1 folder and retrieve
the list of files that reside inside of it.

Do you know if anything like that would be possible?? I know the MVP's like
a challenge!!

Thanks again for any assistance you can provide!!!
 
T

TT

Thanks for your response again Alex,

I'll have a look around the web to see if there is something I can use or
modify slightly. Unfortunately, I think it's a little over my head to try
and create something like this myself.

Thanks though!
 
S

Stuart McCall

TT said:
Thanks for your response again Alex,

I'll have a look around the web to see if there is something I can use or
modify slightly. Unfortunately, I think it's a little over my head to try
and create something like this myself.

Thanks though!
<SNIP>

You could take a look at this:

http://www.smccall.demon.co.uk/Downloads.htm#FTPClient

It contains a demo A2000 format mdb which has a form that's almost a
FileOpen Dialog for FTP. Should be enough to get you started. The code is
heavily commented, so you shouldn't have much trouble. Any problems, just
post back here.
 
T

TT

Thanks for your DB Stuart!!

This is EXACTLY what I'm looking for!!

I've had a look through your code and I think I should have no problem
modifying it to meet my needs. I will post back if I have any issues, but I
should be able to figure it out from here.

Thanks again!!
 
S

Stuart McCall

TT said:
Thanks for your DB Stuart!!

This is EXACTLY what I'm looking for!!

I've had a look through your code and I think I should have no problem
modifying it to meet my needs. I will post back if I have any issues, but
I
should be able to figure it out from here.

Thanks again!!

You're very welcome.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top