RE: Telnet/SSH From CF?

2007-06-20 Thread Robert Rawlins - Think Blue
wise. Thanks mate, Rob -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 20:59 To: CF-Talk Subject: Re: Telnet/SSH From CF? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The way that I have been doing this same thing since CF4 is to use a a COM Object

Re: Telnet/SSH From CF?

2007-06-20 Thread James Blaha
Robert Rawlins Just send a message if you need code examples I didnt see your email address could you please email me some examples please? MyEMail: [EMAIL PROTECTED] Thanks, Jim ~| Macromedia ColdFusion MX7 Upgrade to MX7

Re: Telnet/SSH From CF?

2007-06-20 Thread Graham Pearson
Message- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 20:59 To: CF-Talk Subject: Re: Telnet/SSH From CF? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The way that I have been doing this same thing since CF4 is to use a a COM Object from www.introfoundation.com

Re: Telnet/SSH From CF?

2007-06-19 Thread James Blaha
Hi Rob, I use CFSFTP a lot just for doing file transfers from my Windows CFMX7 server to UNIX, Solaris and Tru64 servers. The only time I use CFEXECUTE now is if I need to run a shell script remotely them I would use CFEXECUTE to call a bat file and SSH into a UNIX box then run the script and

RE: Telnet/SSH From CF?

2007-06-19 Thread Robert Rawlins - Think Blue
little venture. Thanks for the tips mate, Rob -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 13:14 To: CF-Talk Subject: Re: Telnet/SSH From CF? Hi Rob, I use CFSFTP a lot just for doing file transfers from my Windows CFMX7 server to UNIX, Solaris

Re: Telnet/SSH From CF?

2007-06-19 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The way that I have been doing this same thing since CF4 is to use a a COM Object from www.introfoundation.com called TCPClient. This gives alot of network based functions to your coldfusion pages. Just send a message if you need code examples.

Re: Telnet/SSH From CF?

2007-06-18 Thread Sean Corfield
On 6/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've used the cfsftp component a few times before, so i might take a better look into its workings, just for fun :-D Don't forget that in CF8 the cfftp tag supports SFTP. If you have Enterprise, you can use the socket event gateway to

Re: Telnet/SSH From CF?

2007-06-17 Thread robert . rawlins
Thanks Joseph, I've used the cfsftp component a few times before, so i might take a better look into its workings, just for fun :-D But you're right, using cfexecute is probably going to be the best method for simplicity and speedy, I'll have a play around and see what I can get working. Thanks

Telnet/SSH From CF?

2007-06-16 Thread Robert Rawlins
Hello Guys, I'm looking to access a remote Telnet/SSH server and run a few differet commands. I know quite some time back I was reading through a scorpio wish list and one of the items listed (and getting a few votes) was cftelnet as a tag. Can anyone confirm is Adobe have put this in to

Re: Telnet/SSH From CF?

2007-06-16 Thread Joseph Lamoree
On 16 Jun 2007, at 12:11, Robert Rawlins wrote: I'm looking to access a remote Telnet/SSH server and run a few differet commands. I know quite some time back I was reading through a scorpio wish list and one of the items listed (and getting a few votes) was cftelnet as a tag. Can anyone