Thanks for that Graham, That link you gave me appears to be dead :-D I'll check it out again later in case it's a temporary thing.
I'm hoping to build a class that will let me perform basic admin tasks on remote Linux clients on the network here, such as reboot them or kill/restart certain applications and processes, nothing particularly strenuous, just make life easier than having to log into the damn things through putty and run a reboot command. Like you say I'm sure something like a Com or JAVA object will allow me to do this, I just want something relatively simple to implement code 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 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. Robert Rawlins wrote: > 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 scorpio? I did have a link to the doc that listed all the new functions, but forgot to look at it myself :-D > > However, cf8 aside, I need to have somthing to tide me over, does anyone know if there is anything available? If nothing native to CF then i'm sure that I'll be able to utilize some form of JAVA classes to do the job. > > I'm just looking for someone with a little experiance in this, anyone on the lists played with this before? > > Thanks guys, > > Rob > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281588 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

