FTP from Access?

  • Thread starter Thread starter news2
  • Start date Start date
N

news2

Right now I'm using a "crummy" technique to FTP files to and from our server
- writing a script to the hard drive and then executing a waitshell.

There must be some other way to do it, direct from Access. Pointers would be
appreciated.

Dick
 
The free Chilkat FTP dll file is easy to use and doesn't involve XML per se.
I am using it as well in an ACCESS application that is automatically putting
backups of backend files onto a corporate FTP site for offsite
backup/recovery and for uploading data extracts nightly. Works well.
 
OK, worked at it and got it going. Sorry for the distraction.

Indeed the Chilcat FTP (free) is great - works like a charm.

Dick
 
Ken Snell \(MVP\) said:
The free Chilkat FTP dll file is easy to use and doesn't involve XML per se.
I am using it as well in an ACCESS application that is automatically putting
backups of backend files onto a corporate FTP site for offsite
backup/recovery and for uploading data extracts nightly. Works well.

Hmmm, free, I like that. <smile>

Thanks, Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
A a r o n K e m p f wrote:

Note that this person is really A a r o n K e m p f and that he is not an employee
of Microsoft.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Note that Tony Toews is a MDB _WUSS_ and should not be trusted for
anything.

It's like going to ask a 1st grader for financial advice


ADP uber alles!
 
Back
Top