Download ShareFile Attachments

jo15765

Registered User.
Local time
Today, 08:57
Joined
Jun 24, 2011
Messages
130
Using Access VBA can I download ShareFile attachments?
 
If ShareFile provides a web service for it, then definitely yes!
 
hmmm...any links or sample code?
 
hmmm...any links or sample code?
Sorry, I said "IF" because I am not even sure I knew what "ShareFile" was. Can you post a link to more info about it? Thanks.
 
At a company I worked for, a vendor provided text files available through HTTP with a url that actually ended in .txt
I think that in that situation I used something like this to download it, but it's been a few years. I think your ability to use something like that would depend on a lot of variables in how ShareFile has structured their hosted files of course.

What might be a lot easier, and most file hosting companies provide this - I just googled and it looks like ShareFile does - is accessing them via FTP, which can usually be accomplished using VBA (especially if it is FTP and not SFTP - but if it is SFTP, I recommend using PSFTP.EXE)
 
the problem is how will you automatically handle the Captcha /I'm not a Robot screen.
 
the problem is how will you automatically handle the Captcha /I'm not a Robot screen.
Yeah this is the reason FTP is the way to go. I use FTP on Adrive and several other file hosting services using VBA. They practically all offer it, so why use the web approach if it's harder.
 

Users who are viewing this thread

Back
Top Bottom