[cfaussie] Re: CFFTP Put files to sub directory

2009-01-28 Thread SAMARIS Software
[mailto:cfaus...@googlegroups.com] On Behalf Of Paul Kukiel Sent: Wednesday, 28 January 2009 11:56 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CFFTP Put files to sub directory remotefile=pages/#building_name#_#unit#_gallery.txt Paul. -Original Message- From: cfaussie

[cfaussie] Re: CFFTP Put files to sub directory

2009-01-27 Thread Steve Onnis
You need to have the full path in the remotefile attribute So you might have remotefile=/subfolder/#building_name#_#unit#_gallery.txt Steve -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of SAMARIS Software Sent: Wednesday, 28 January

[cfaussie] Re: CFFTP Put files to sub directory

2009-01-27 Thread ryanhoppitt
You can put the directory name as part of the remotefile attribute of the cfftp tag. eg. remotefile=/pages/#building_name#_#unit#_gallery.txt The directory attribute is for other cfftp actions On Jan 28, 12:49 pm, SAMARIS Software rai...@ozemail.com.au wrote: I am using the following code to

[cfaussie] Re: CFFTP Put files to sub directory

2009-01-27 Thread Paul Kukiel
remotefile=pages/#building_name#_#unit#_gallery.txt Paul. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of SAMARIS Software Sent: Tuesday, January 27, 2009 8:49 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CFFTP Put files to sub

[cfaussie] Re: CFFTP Put files to sub directory

2009-01-27 Thread Brett Payne-Rhodes
In between opening the connection and uploading the file you can use the changedir 'action': cfftp connection = imediatestconn action = changedir directory = Pages B) SAMARIS Software wrote: I am using the following code to ftp files from my cf app to another server cfftp connection

[cfaussie] Re: CFFTP Put files to sub directory

2009-01-27 Thread SAMARIS Software
: [cfaussie] Re: CFFTP Put files to sub directory You need to have the full path in the remotefile attribute So you might have remotefile=/subfolder/#building_name#_#unit#_gallery.txt Steve -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf