John Frederick
j.frederick at worldnet.att.net
Tue May 3 16:09:08 CDT 2005
I use WebDrive(http://webdrive.com), a $50 commercial package that accepts
scripts for the sort of housekeeping you want to do. In access you use
Dim stAppName As String
stAppName = "C:\HHO\UpdateOutputOnwebsite.cmd" ' & " " & strLocalMDB
'& " /cmd ""Op=Switchboard"""
Call Shell(stAppName, 1)
jif
----- Original Message -----
From: "Mark A Matte" <markamatte at hotmail.com>
To: <accessd at databaseadvisors.com>
Sent: Tuesday, May 03, 2005 4:25 PM
Subject: [AccessD] FTP
> Hello All,
>
> I have some zipped files I need to retrieve and then delete from an FTP
> site. I have the address, username, password, and rights to create/delete
> from this site. I would like to automate this process in A2k. Anyone
have
> any suggestions/directions on the FTP thingy?
>
> Thanks,
>
> Mark A. Matte
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>