Re: Using CFFTP Via SSH

2006-04-24 Thread Michael Traher
Hi Damien, I have updated my cfsftp.cfc and it now does 'rename' (or mv) as you requested and I've made some other minor improvements. I'm looking into the key based authentication - may come in next release :-) When you posted this I was on holiday in Florida - Marco Island. From you web site I

RE: Using CFFTP Via SSH

2006-04-24 Thread Damien McKenna
-Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 10:34 AM Hi Damien, I have updated my cfsftp.cfc and it now does 'rename' (or mv) as you requested and I've made some other minor improvements. Cool, thanks for getting to it before I

RE: Using CFFTP Via SSH

2006-04-14 Thread kola.oyedeji
PROTECTED] Sent: 14 April 2006 04:54 To: CF-Talk Subject: Re: Using CFFTP Via SSH Hey Scott, I ran into this exact issue last week. Check out: http://www.glub.com/products/secureftp/ It's a java package that runs quite nicely in a command line. As an added bouns it has batch

Re: Using CFFTP Via SSH

2006-04-13 Thread James Holmes
Can't an SSH tunnel be set up so that the standard FTP used by CF goes via the tunnel? On 4/13/06, Damien McKenna [EMAIL PROTECTED] wrote: -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 2:38 PM We've got a requirement to use

Re: Using CFFTP Via SSH

2006-04-13 Thread Andrew Grosset
Oops! I guess my eyesite is not what it was... Thanks Andrew... That's the wrong protocol tho. heh... I guess that's the danger of acronyms, CFFTP looks a lot like CFHTTP when you're scanning the list. :) I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm s. isaac dealey

Re: Using CFFTP Via SSH

2006-04-13 Thread Andrew Grosset
Yeh, I'm going to have to get my eyes tested...! Thanks Andrew... That's the wrong protocol tho. heh... I guess that's the danger of acronyms, CFFTP looks a lot like CFHTTP when you're scanning the list. :) I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm s. isaac dealey

Re: Using CFFTP Via SSH

2006-04-13 Thread blists
Search the archive, I posted how I did this with jscapes FTP Factory (http://www.jscape.com/sftp/index.html) , including code a few months back At 11:38 AM 4/12/2006, you wrote: We've got a requirement to use CFFTP via SSH (SFTP). Has anyone been able to do this? Thanks Scott Scott

RE: Using CFFTP Via SSH

2006-04-13 Thread Damien McKenna
-Original Message- From: blists [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 3:10 PM Search the archive, I posted how I did this with jscapes FTP Factory (http://www.jscape.com/sftp/index.html) , including code a few months back Nice, but it costs $600 :-\ --

Re: Using CFFTP Via SSH

2006-04-13 Thread Denny Valliant
On 4/13/06, James Holmes [EMAIL PROTECTED] wrote: Can't an SSH tunnel be set up so that the standard FTP used by CF goes via the tunnel? Yeah, that would work too, I bet. Not as nifty as an Open Source java solution tho. ;-) Another option is skipping the cfftp, and setting up (if you're on

Re: Using CFFTP Via SSH

2006-04-13 Thread Billy Jamme
Hey Scott, I ran into this exact issue last week. Check out: http://www.glub.com/products/secureftp/ It's a java package that runs quite nicely in a command line. As an added bouns it has batch scripting. The way I implemented it was to dynamically generate a batch file using cffile,

Re: Using CFFTP Via SSH

2006-04-12 Thread S . Isaac Dealey
Scott Stewart wrote: We've got a requirement to use CFFTP via SSH (SFTP). Has anyone been able to do this? CFFTP doesn't support Secure FTP, unfortunately. Yet... It really ought to be included in the next version tho, so now's a good time to request it. :)

Re: Using CFFTP Via SSH

2006-04-12 Thread Andrew Grosset
I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm Scott Stewart wrote: CFFTP doesn't support Secure FTP, unfortunately. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237608 Archives:

RE: Using CFFTP Via SSH

2006-04-12 Thread Damien McKenna
-Original Message- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:24 PM CFFTP doesn't support Secure FTP, unfortunately. I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm That tag is for HTTP, not FTP. -- Damien McKenna - Web

RE: Using CFFTP Via SSH

2006-04-12 Thread Damien McKenna
-Original Message- From: Damien McKenna Sent: Wednesday, April 12, 2006 3:06 PM CFMX doesn't support SFTP, or FTPS. I suggest using the psftp command that comes with PuTTY to do this, which is what I'm doing at work. When I get a chance I'll doll up my code a bit more and release

RE: Using CFFTP Via SSH

2006-04-12 Thread Scott Stewart
have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:36 PM To: CF-Talk Subject: RE: Using CFFTP Via SSH

Re: Using CFFTP Via SSH

2006-04-12 Thread James Blaha
Scott, Another option, you can go to SSH.com downaload the Windows SSH client then setup a PUBLIC KEY autehenitcation to the server you want to connect to so you dont have to enter in a uid and password then use CFEXECUTE to execute the main batch script. Regards, Jim Batch File 1: i.e.

Re: Using CFFTP Via SSH

2006-04-12 Thread S . Isaac Dealey
Thanks Andrew... That's the wrong protocol tho. heh... I guess that's the danger of acronyms, CFFTP looks a lot like CFHTTP when you're scanning the list. :) I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm Scott Stewart wrote: CFFTP doesn't support Secure FTP,

Re: Using CFFTP Via SSH

2006-04-12 Thread Denny Valliant
It's a pain in the ass I'd bet, but you could use a Java SSH library. I thought it was cool that I could use the javamail API and get SSL imap mail without installing anything new. If someone does request the SSH stuff, could they put in one for ssl via imap as well? Um... wait, I dont' think