Re: FTPS

2007-07-04 Thread Mark Stanton
Here is part of a wrapper we have written for the jsch library. The rest of the component deals with stuff that is specific to our application. hth

Re: Lines of code counter

2006-09-13 Thread Mark Stanton
Current have 31,306 lines half way through development of a project to replace a 107,000 line spaghetti monster. On 9/13/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >Here is one that I used before just to check it out. Right now my app has > >12,849 lines > > > Ok, I just checked mine and it'

Re: How to find out which methods are in use?

2006-08-29 Thread Mark Stanton
Mike - unit tests protect you against exactly this sort of thing. There isn't really any other option or shortcut. On 8/29/06, Mike Kear <[EMAIL PROTECTED]> wrote: > I have quite a lot of CFCs now on some of my sites, since I'm using > OO techniques nearly exclusively nowdays. > > One of the prob

Re: Good script to prevent cross-site scripting & sql injection?

2006-08-08 Thread Mark Stanton
I just stumbled across the safeText function over at cflib.org - http://www.cflib.org/codeView.cfm?ID=56 Any views on how suitable this is for XSS protection (not SQL injection)? -- Mark Stanton Gruden Pty Ltd http://www.gruden.com

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mark Stanton
instance using a hacked version of that build.xml file and then again use Ant to copy relevant config files over the top once its deployed depending on the environment we are deploying to. Our aims here are not back up related but I think it could be used in that way. hth -- Mark Stanton Gruden Pty

Re: OT: Secure FTP Server on Windows?

2006-05-05 Thread Mark Stanton
I have successfully got http://www.openssh.net/ working on windows, but its a pain to install & administer mostly because the documentation is scarse. On 5/6/06, Rick Root <[EMAIL PROTECTED]> wrote: > We've been using Filezilla Server for internal and non-secure FTP but we > now have a need for se

Re: application installation thru war file in cf7

2006-03-30 Thread Mark Stanton
Hi Srinivasa > > The client server is not going to have any J2EE server (other > > than cf7 server). In this case will I be able to deploy the war > > file on that server or not? We've got a set up where we have a client with a number of similar boxes. Each box has CF enterprise installed on it.

Re: application installation thru war file in cf7

2006-03-30 Thread Mark Stanton
Hi Srinivasa WAR files come under the J2EE spec - they are a neat way to package up a full J2EE application and deploy it somewhere. In theory you should be able to deploy pretty much any WAR to any J2EE server, however in reality this is a bit like saying you can run any CSS or javascript in any

Re: Stress testing software

2006-03-16 Thread Mark Stanton
Also have a look at http://www.eclipse.org/tptp/ On 3/17/06, Munson, Jacob <[EMAIL PROTECTED]> wrote: > I asked a Macromedia employee what he recommended for load testing > software, and he suggested OpenSTA. This is an open source, free tool. > I haven't tried it, but I thought I'd pass along th