Re: VFP9: Automating sending a file to an FTP site.

2015-08-19 Thread Nitin Khuthia
Kevin Cully kcully at cullytechnologies.com writes: I've used cURL (free) as well as the West-Wind wwFTP class (paid). On 08/13/2012 11:37 AM, jerry foote wrote: does anyone know if there is a way to automate transferring a file to an FTP from within VFP9? can you guide me to use

RE: VFP9: Automating sending a file to an FTP site.

2015-08-19 Thread Kurt Wendt
: Automating sending a file to an FTP site. Kevin Cully kcully at cullytechnologies.com writes: I've used cURL (free) as well as the West-Wind wwFTP class (paid). On 08/13/2012 11:37 AM, jerry foote wrote: does anyone know if there is a way to automate transferring a file to an FTP from within

RE: VFP9: Automating sending a file to an FTP site.

2015-08-19 Thread Dave Crozier
:42 To: profox@leafe.com Subject: Re: VFP9: Automating sending a file to an FTP site. Kevin Cully kcully at cullytechnologies.com writes: I've used cURL (free) as well as the West-Wind wwFTP class (paid). On 08/13/2012 11:37 AM, jerry foote wrote: does anyone know if there is a way

Re: VFP9: Automating sending a file to an FTP site.

2012-08-16 Thread M Jarvis
On Wed, Aug 15, 2012 at 6:30 AM, Dave Crozier da...@flexipol.co.uk wrote: Desmond, Just emailed you direct Dave snipped snipped some more snipped some more snipped some more --- and still snipped some more and finally snipped

RE: VFP9: Automating sending a file to an FTP site.

2012-08-15 Thread Dave Crozier
Desmond, I have a programatic FTP class. I have just tried to upload it to Ed's site but it fails with a 404 Bad request error ... no file specified. If you want it I'll email to you direct. Dave --- This communication and the

RE: VFP9: Automating sending a file to an FTP site.

2012-08-13 Thread jerry foote
Check Marshalsoft, they have a easy to use routine. Jerry -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Desmond Lloyd Sent: Monday, August 13, 2012 10:34 AM To: ProFox Email List Subject: VFP9: Automating sending a file to an FTP site.

Re: VFP9: Automating sending a file to an FTP site.

2012-08-13 Thread Kevin Cully
I've used cURL (free) as well as the West-Wind wwFTP class (paid). On 08/13/2012 11:37 AM, jerry foote wrote: does anyone know if there is a way to automate transferring a file to an FTP from within VFP9? ___ Post Messages to: ProFox@leafe.com

RE: VFP9: Automating sending a file to an FTP site.

2012-08-13 Thread Rick Schummer
Customer wants me to FTP a file to them. Output of the file is a snap, does anyone know if there is a way to automate transferring a file to an FTP from within VFP9? Craig Boyd has the VFPConnection.FLL that works and is simple to implement. Sample code all over Craig's Blog.