Gustav Brock
Gustav at cactus.dk
Fri Sep 15 11:30:14 CDT 2006
Hi Mark Then you have to fall back to writing a small script for the command line FTP.EXE included in all Windows versions. Browse the archive for examples - this has been discussed many times. /gustav >>> markamatte at hotmail.com 15-09-2006 17:15:46 >>> Gustav, Thanks for the site...it looks like an interesting solution...but I will not have the ability to load additional software on the PCs that will be utilizing this DB. Thanks, Mark >From: "Gustav Brock" <Gustav at cactus.dk> >Reply-To: Access Developers discussion and problem >solving<accessd at databaseadvisors.com> >To: <accessd at databaseadvisors.com> >Subject: Re: [AccessD] Delete from FTP >Date: Fri, 15 Sep 2006 17:06:08 +0200 > >Hi Mark > >You can attach the FTP folder as a driver letter using Novell NetDrive >(free): > >http://www.rsync.net/resources/howto/windows_map.html > >Then you can use normal file operations from VBA using that drive letter. > >/gustav > > > >>> markamatte at hotmail.com 15-09-2006 16:11:59 >>> >Hello All, > >In A2K I'm using DoCmd.Transfertext wih an FTP site as the target path to >import a text file. This works fine. I need to delete the text file from >the FTP site after the transfer/import. I've used an FTP module in the >past >where you open the connection/delete or what ever/ and then close the >connection. Its a large complicated module. > >Since I'm able to get the data easily...I was wondering if there was a way >just as simple to delete? > >Thanks, > >Mark A. Matte