Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Beginner needs help fast! Copying from local to server...

Status
Not open for further replies.

bella12

Programmer
Nov 13, 2000
5
CA
Hi,

I'm on a rush and I don't know a lot in Access. What I wanna do should be easy (I guess...)

I have an Access application that runs locally on a computer. I want to add a button that will copy a local file to a server (using FTP...)... is it possible?

EX : copy c:\file.txt --> ftp://user:pass@xxx.xxx.xxx

If you have an answer for me, please let me know! It will be greeeeeeatly appreciated!

Thanks!
Bella
 
Ok. since no one has answered your question, I'll tell you what I would do.

I would create a dos batch file to do my copy work then I would put the following code on the button....

Shell ("C:\filename.bat")

this will execute the batch file that you created.

Trisha
padinka@yahoo.com
 
Thanks Trisha, I will try that!

Thanks again,
Bella
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top