FTP with Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help on this issue. After updating a table using a Form, I would like
to perform the following action. (1) Click a button to transfer the latest
update (customer call data) to a remote PC/Server. (2) Upon completion of
transfer automatically download any update issues from the remote PC/Server
to my PC.

Thanks
 
Hi Allen,

Here's one option that I use:
Call a batch file from somewhere in your code

RUN ftp -s:upftp.bat my.website.net

The batch file looks something like this:

Myftpsite%mywebsite.net
ftpdrop1
binary
put whatever.zip
get whatever.zip
bye

Google ftp commands on the web for more options or let me know if I can help.

Bonnie
 
Hi Bonnie,

Thanks for your reply, will give it a shot and check up google for more info.

Regards
 

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

Back
Top