FTP from Access

N

Nigel Bennett

I would like to FTP a file from within access, I create a
file in a folder on the c drive (orders) and call it bob

I would like to be able to use ftp to send the file to a
company

in a table I have the ftp website address 1.1.1.1:23
username user
password Fred

what is the syntax to add the file to the ftp command and
then send it automatically

something like
ftp://1.1.1.1:23 "c:\orders\bob.txt",user,fred

Any assistance would be appreciated
 
B

Brian

Nigel Bennett said:
I would like to FTP a file from within access, I create a
file in a folder on the c drive (orders) and call it bob

I would like to be able to use ftp to send the file to a
company

in a table I have the ftp website address 1.1.1.1:23
username user
password Fred

what is the syntax to add the file to the ftp command and
then send it automatically

something like
ftp://1.1.1.1:23 "c:\orders\bob.txt",user,fred

Any assistance would be appreciated

Not that simple, I'm afraid. The Internet Transfer Control works OK, if you
can bear to use an ActiveX control. Or, you could take a look at this:

http://www.mvps.org/access/modules/mdl0037.htm
 

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