[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread
Hey Guys, Sorry for the slow delay, we found a way by using binary. We transfer via a web service. Badda boom badda bing. Its quick and NO ftp. way cool Thanks everyone! Jeremy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Dale Fraser
But he is complaining about speed. Not only will it take some time to encrypt, but the resulting encrypted data is larger than the original. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Haika

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Haikal Saadh
I believe scp is still a better, more reliable protocol than ftp. If he has enough grunt to keep up with the encryption, it will still be able to maintain good throughput. Unfortunately, the only hard numbers I can find seem to be from the P90 days; from http://www.rz.uni-karlsruhe.de/~ig25/ss

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Dale Fraser
Encrypting your data will be much slower. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Haikal Saadh Sent: Tuesday, 15 August 2006 15:14 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re:

[cfaussie] Re: FusionDebug Released

2006-08-14 Thread Dale Fraser
Yeah,   It’s so good I’m moving from Dreamweaver to Eclipse for everything.   Found a slight problem looping over queries, but I’ve reported it. Regards Dale Fraser http://dale.fraser.id.au   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf O

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Haikal Saadh
If they're remote servers, you can use ssh. Using public key authentication would mitigate need for passwords. Ryan Sabir wrote: > Are they on different servers? If they are on the same server, or between 2 > servers on the same LAN, you could use CFEXECUTE to kick off XCOPY to copy > bunches

[cfaussie] Re: OT: UML for eclipse

2006-08-14 Thread Haikal Saadh
The new eclipse is supposed to have some modeling features built in, but I've not really been able to figure out how to use it... Joel Cass wrote: > On the subject.. > Does anyone know of a really good UML IDE for eclipse? I've tried a > few but am still leaning towards using the offerings fr

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Dmitry Yakhnov
Hi Jeremy, You can try to use CFX_HTTP5 (http://www.cftagstore.com/tags/cfxhttp5.cfm) which can run several http requests simultaneously. They have a trial copy to play with for free, while commercial copy is US$40 only. Best regards, Dmitry Yakhnov Web Developer http://www.yakhnov.info/ -

[cfaussie] Re: FusionDebug Released

2006-08-14 Thread Gary Crouch
Hi all   Has any one else got the Debug Eclipse package to work, I have! and I must say I am quite impressed. I must be as I raerly take time to reply to posts.   Does any one else remember that CFStudio vr 4.5 and 5 had debug tools, did any one ever get them to work?  My only complaint with this d

[cfaussie] Re: Application.cfm to cfc

2006-08-14 Thread Dale Fraser
That doesn't make sense to me. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Silwedel Sent: Tuesday, 15 August 2006 12:33 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Applicat

[cfaussie] Re: Application.cfm to cfc

2006-08-14 Thread Chris Silwedel
Thanks Dale, but setting in onRequestStart causes an "element action is undefined in url" error. Placing it in onRequest however works fine. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Tuesday, 15 August 2006 10:11 AM To:

[cfaussie] Re: OT: UML for eclipse

2006-08-14 Thread Chris Velevitch
On 8/15/06, Joel Cass <[EMAIL PROTECTED]> wrote: > Does anyone know of a really good UML IDE for eclipse? I've tried a few but > am still leaning towards using the offerings from MS in their visual studio > package.. It would be good to find a good IDE that fits better with the UML > standards..

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Joel Cass
If they're text files you could compress them using gzip or java.util.zip (if you can get it working), and then send them using cfhttp post or better still, web services (CFC-based of course) But you need to write a lot of code to handle the files and you may have to deal with security issues and

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Dale Fraser
Although Ryan is correct in that you could do that. It won't be any faster. We transfer 5+ gig of data every 12 hours via FTP and have no issues. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Dale Fraser
I think you will find that FTP is the quickest protocol for transferring binary files across the internet. I'm not sure why you find it slow, but you shouldn't it's only limited by your internet speed. You could use CFHTTP but it will be slower. Regards Dale Fraser http://dale.fraser.id.au

[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Ryan Sabir
Are they on different servers? If they are on the same server, or between 2 servers on the same LAN, you could use CFEXECUTE to kick off XCOPY to copy bunches of files. Works well for us > -Original Message- > From: cfaussie@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf

[cfaussie] Getting Rid of FTP

2006-08-14 Thread
Hey crazy CF'ers, I have a question for anyone whom uses FTP. I hate it. We have documents that we transfer from one location to another. The biggest issue with FTP is how slow it is. IS there a way in CF to transfer the documents without using FTP, i.e. binary or something like that. Or am I st

[cfaussie] Re: OT: UML for eclipse

2006-08-14 Thread Mark Mandel
While not for Eclipse, it is open source, and free ArgoUML http://argouml.tigris.org/ I've used it a bit, and I quite like it. Mark On 8/15/06, Joel Cass <[EMAIL PROTECTED]> wrote: > > > On the subject.. > > Does anyone know of a really good UML IDE for eclipse? I've tried a few but > am still

[cfaussie] Re: Application.cfm to cfc

2006-08-14 Thread Dale Fraser
onRequestStart Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Silwedel Sent: Tuesday, 15 August 2006 09:51 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Application.cfm to cfc Hi a

[cfaussie] OT: UML for eclipse

2006-08-14 Thread Joel Cass
On the subject..   Does anyone know of a really good UML IDE for eclipse? I've tried a few but am still leaning towards using the offerings from MS in their visual studio package.. It would be good to find a good IDE that fits better with the UML standards..   Joel -Original Message-

[cfaussie] Application.cfm to cfc

2006-08-14 Thread Chris Silwedel
Hi all, I'm just making the transition from Application.cfm to Application.cfc. In my Application.cfm I'd normally have a few cfparam's such as the following: I wasn't sure where to put this but I just worked out I can keep it in the Application.cfc but outside of the functions:

[cfaussie] Re: maps in emails

2006-08-14 Thread Haikal Saadh
Just save the image yourself, and include that as an attachment in the email. (And by 'yourself', I mean, have the software that generates the email do it). Toby Tremayne wrote: > Hi all, > > can anyone recommend a solution for showing street maps from > australian locations given an address,

[cfaussie] Next QLD CFUG meeting TOMORROW, Tuesday 15th August in the Brisbane CBD

2006-08-14 Thread Darren Tracey
Details: When : 6:30 pm, Tuesday, 15th of August 2006 Where : ABN AMRO Morgans Limited Level 29, 123 Eagle Street (Riverside Centre) Brisbane CBD QLD 4000 Topics: Happy 10th Birthday Flash! Studio 8 giveaway! Search Engine Optimisation More details here: http://

[cfaussie] Re: anyone else with grief: MS06-040 patch and CF (JRun)?

2006-08-14 Thread darryl lyons
None at Morgans yet.. On 14/08/06, Barry Beattie <[EMAIL PROTECTED]> wrote: > > what we've done is disabled the batch script that checks the machine > for life every period or so (and then restarts it if dead). > > just wanted to test the water on who else had woes... > > thanx > > > > > > On 8/1

[cfaussie] Re: FusionDebug Released

2006-08-14 Thread darryl lyons
Dale, Yes, I saw the release the other day as well. Looks pretty good. Let us know if you come across any issues with it. On 14/08/06, Dale Fraser <[EMAIL PROTECTED]> wrote: > > > > > I downloaded and installed the Coldfusion Debugger FusionDebug and have to > say I'm impressed. > > > > I've blo

[cfaussie] Re: cfeclipse

2006-08-14 Thread Toby Tremayne
 Where can I get a SVN pluggin?subclipse or subversive - google for either and you'll find them easily.  I switched from subclipse to subversive as it seem faster.Can you change the background colour of help like dreamweaver’s yellow?no idea :)Can you make the context sensitive help work with the c

[cfaussie] cfeclipse

2006-08-14 Thread Dale Fraser
Can someone help me with a couple cfeclipse questions.   Where can I get a SVN pluggin? Can you change the background colour of help like dreamweaver’s yellow? Can you make the context sensitive help work with the compiled help? Does it do RDS / Site management or

[cfaussie] FusionDebug Released

2006-08-14 Thread Dale Fraser
I downloaded and installed the Coldfusion Debugger FusionDebug and have to say I’m impressed.   I’ve blogged it, if you’re interested. I recommend giving it a shot.   http://dale.fraser.id.au/blog/index.cfm/2006/8/14/Coldfusion-Debugger-Review--FusionDebug Regards Dale Fraser http:/

[cfaussie] maps in emails

2006-08-14 Thread Toby Tremayne
Hi all, can anyone recommend a solution for showing street maps from australian locations given an address, but that works in such a way that I can deliver the result inside an html email? I was looking at google maps, but it doesn't look like I'll be able to include something like that in an email