FTP

N

NG

Hi,

At a point I export some data (text delimited) and create an Export.txt file
in my Access program. Now I need to transfer it automatically to the server
of the receiving company so they can pick it up and import the data in their
own application.
Is there any means of including the ftp command in my code, other then
starting a .bat file with the shell function?
 
S

Stuart McCall

NG said:
Hi,

At a point I export some data (text delimited) and create an Export.txt
file
in my Access program. Now I need to transfer it automatically to the
server
of the receiving company so they can pick it up and import the data in
their
own application.
Is there any means of including the ftp command in my code, other then
starting a .bat file with the shell function?

Take a look at:

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

It's well commented so you ought to be able to figure it out easily.
The Form frmUpDownTest is the best place to start. Once you know which bits
you'll need, import the class module into your application and you're ready
to go.
 

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

Similar Threads

FTP 3
Running a BAT file with Access 5
Delete files on web server by FTP 0
Batch FTP 4
FTP from Access 2
Capture FTP events 1
FTP transfer 2
Table re-Linking Info 2

Top