RE: Secure FTP?

2004-06-03 Thread Sarsoun, Jeff
You may want to look into using cygwin.Cygwin emulates the unix os and
runs inside of windows, from there you can configure ssh.

Jeff

_

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:59 PM
To: CF-Talk
Subject: RE: Secure FTP?

I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and 
 the files that are being copied are sensitive HR-type files.What is 
 the most secure way to transfer files like that?Secure FTP?Is 
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Sarsoun, Jeff
It's been a while since I needed to look at cygwin or ssh but it looks
like there is a new effort here that may interest you.

http://sshwindows.sourceforge.net/

Jeff

_

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:59 PM
To: CF-Talk
Subject: RE: Secure FTP?

I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and 
 the files that are being copied are sensitive HR-type files.What is 
 the most secure way to transfer files like that?Secure FTP?Is 
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: developing java cfx

2003-10-14 Thread Sarsoun, Jeff
It has to do with where you keep your class file and other settings in the CF administrator.Contact me off list if you would like to know how we have our server set up to avoid this.

 
Jeff Sarsoun

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 6:55 AM
To: CF-Talk
Subject: Re: developing java cfx

No wonder those Java guys get paid so much!

-- 
mailto:[EMAIL PROTECTED]
Tuesday, October 14, 2003, 6:43:47 AM, you wrote:

AM This is a known issue, no way around it as far as I recall other than
AM getting your code right first time :-)

AM -Original Message-
AM From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
AM Sent: 14 October 2003 10:28
AM To: CF-Talk
AM Subject: developing java cfx

AM According the the CF docs reload=always is supposed to keep me from
AM having to restart CF everytime I recompile my cfx tag, but it doesn't
AM seem to be working. How do you guys do it?

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: naming a variable from another...

2003-08-21 Thread Sarsoun, Jeff
Take a look at the setVariable() function.

Jeff Sarsoun
-Original Message-
From: Ryan Mitchell [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 7:51 AM
To: CF-Talk
Subject: naming a variable from another... 


Hello

I need to name a variable using the value of another variable in the name...

Eg

I have a variable called id and I want to do this

cfset newvariable_#id# = value

But it won't let me :)
How do you do this?

TIA,
Ryan


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: naming a variable from another...

2003-08-21 Thread Sarsoun, Jeff
You wouldn't even need the evaluate for this.

cfset setVariable('newvariable'  id,value)

Jeff Sarsoun

-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 10:02 AM
To: CF-Talk
Subject: Re: naming a variable from another... 


Try this..

SetVariable(Evaluate('newvariable'  id),value)

Mike

- Original Message - 
From: Ryan Mitchell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 7:50 AM
Subject: naming a variable from another...


 Hello

 I need to name a variable using the value of another variable in the
name...

 Eg

 I have a variable called id and I want to do this

 cfset newvariable_#id# = value

 But it won't let me :)
 How do you do this?

 TIA,
 Ryan

 

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: packet sniffer

2003-08-18 Thread Sarsoun, Jeff
I like PacketMon for it's flexibility.
http://www.analogx.com/contents/download/network.htm

Or you can always use an http proxy like http://www.kestral.com.au/devtools/stretch/.

Jeff Sarsoun


-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
Sent: Monday, August 18, 2003 11:22 AM
To: CF-Talk
Subject: OT: packet sniffer


I am in the hunt for a tool that will allow me see the http traffic to and from ym 
machine. I am trying to debug an application that makes http posts to some servers and 
need to see what im sending and receiving.

I have ethereal now, are there any alternatives (free if possible).

Thanks,

--
Michael Tangorre
Certified Advanced ColdFusion MX Developer
Real Magnet, LLC
202-244-7845
[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Verson control Software: What should I consider?

2003-08-14 Thread Sarsoun, Jeff
I use CS-RCS and find it does most of what you want.

http://www.componentsoftware.com/

Jeff Sarsoun

-Original Message-
From: Kenneth Ketsdever [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 3:42 PM
To: CF-Talk
Subject: Verson control Software: What should I consider?


Having had both the luxury and disadvantages of working alone for the past 5
years or so I've never really found a need for version control software.
However, I am now working with others and have recently lost about a weeks
worth of work after some files were accidently overwritten.   We thought
Dreamweaver would prevent this,  but it appears to have happened.  It's in
the past.
 
 
We are now very interested in version control software with the following
features. 
 
Rollback to previous versions of a file.
 
Check out capaiblity so no more than one person can have a file checked out.
 
Possibly a comparison feature.  Compare development site to production site.
Or developer A's files to developer B's files.
 
I am looking for input from developers who have used version control
software.  
 
Are there other features I should be considering?
 
What are your thoughts about Visual SourceSafe compared to other products?
 
Are there other products worthy of serious consideration?

Any input would be greatly appreciated. 
 
Thank you 
ken 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Braindead stripping question

2003-08-14 Thread Sarsoun, Jeff
What about using trim() after right()?  I'm not clear on what you want, the SG part or 
the number that's left?

Jeff

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 11:59 AM
To: CF-Talk
Subject: Braindead stripping question


Mustgetmorecoffee...

I have a variable passed, ie SG101 or SG 1004

I have to strip the first two characters as those are always constant.  So I
can't use right() since the numerical portions after the reliable two
characters may fluctuate in terms of number of characters...what is best
function to accomplish?

TIA.

Regards,

Eric J. Hoffman
DataStream Connexion
www.datastreamconnexion.com




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Brain Teaser2

2003-08-14 Thread Sarsoun, Jeff
I believe you can reference the table using the database as well.  

For example:

SELECT *
FROM datasource1.dbo.anytable dt1 INNER JOIN 
datasource2.dbo.anytable dt2 ON dt1.record_id = dt2.record_id

This may be ODBC specific though.

Jeff

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 1:26 PM
To: CF-Talk
Subject: SQL: Brain Teaser2


I have a central login system  The user/login information is stored in a
datasource called CENTRAL_LOGIN.

I then have multiple stand alone applications which have their own
datasources... for example:
DATASOURCE1
DATASOURCE2
DATASOURCE3
Etc...

The central login system works fine.  But one of the problems I'm
experiencing is that sometimes I'd like to do an SQL join on tables which
exist in multiple datasources.  For example,  Let's say that DATASOURCE3
contains a table which stores the USER_ID of the person who added a the
record to that table.

CENTRAL_LOGIN -- TABLE1
---
USER_ID,USERNAME,PASSWORD
1,john,apple
2,sam,orange
3,betty,password837!


DATASOURCE3 -- TABLE1
---
USER_ID,COMMENT
1,This is a test.
3,This is another test.
2,This is a test again.
Etc...

I want my output to look as follows:
USERNAME,COMMENT
john,This is a test.
betty,This is another test.
sam,This is a test again.

This would be simple if all tables were in the datasource.  I could just do
a regular join and get the username.  But in this case... the tables are in
two different datasources.  I'm using SQL 2000.

Merging all of the datasources together really isn't an option.  It makes me
wonder how central login systems are SUPPOSED to be designed.  How does
Microsoft Passport work for example?  Is there a way to do a join across
multiple datasources in SQL 2000?

-Novak



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cfhttp.responseHeader

2003-08-07 Thread Sarsoun, Jeff
cfhttp.responseheader['status_code'] will give you the response code of 404.

Jeff

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 05, 2003 1:15 PM
To: CF-Talk
Subject: cfhttp.responseHeader


Anyone know offhand how to examine cfhttp.responseHeader to tell if the cfhttp
operation has gotten a 404 error?

Thanks,
Jim


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT - SQL Firehose mode??

2003-08-05 Thread Sarsoun, Jeff
This often happens when you open a table that has a large amount of records in the 
enterprise manager.  The enterprise manager, to save resources will not return all the 
records at once and throws this error when you try to insert a record.  There are 
several things you could do, one of them might be to return only the top 1 record 
before entering a new one.

Jeff

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 1:42 PM
To: CF-Talk
Subject: OT - SQL Firehose mode??


Why do I get this strange error when I try to add text to a column in SQL while in 
open table mode?

Transaction cannot start while in firehose mode

I'm adding text to a nvarchar column with 255 chars.

Thanks.

Robert O.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: OT - SQL Firehose mode??

2003-08-04 Thread Sarsoun, Jeff
This often happens when you open a table that has a large amount of records in the 
enterprise manager.  The enterprise manager, to save resources will not return all the 
records at once and throws this error when you try to insert a record.  There are 
several things you could do, one of them might be to return only the top 1 record 
before entering a new one.

Jeff

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 1:42 PM
To: CF-Talk
Subject: OT - SQL Firehose mode??


Why do I get this strange error when I try to add text to a column in SQL while in 
open table mode?

Transaction cannot start while in firehose mode

I'm adding text to a nvarchar column with 255 chars.

Thanks.

Robert O.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFX_jzip

2003-03-05 Thread Sarsoun, Jeff
You should be able to find cfx_jzip on the macromedia exchange site.  I think you have 
to pay for that one, but I wrote a similar tag called jcompress which is written in 
java and is free on the mm exchange.  Or you could use cfobject to use the winzip or 
pkzip executable.

Jeff



-Original Message-
From: Paolo Cesana [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 9:28 AM
To: CF-Talk
Subject: CFX_jzip


A while ago I downloaded the aforementioned tag.
Does anyone know where it can be downloaded again and where I can find documentation 
for it?
Tks/Rgds


 
Paolo Cesana
IT Development Mgr.
Electricity is not the result of a series of upgrades to the candle
Auth. unknown


Miami International Forwarders (MIF)

Phone: (305)594-0038 Ext. 7326
Fax: (305)593-0431
mailto:[EMAIL PROTECTED]
http://www.mif.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: damaged .pdf

2002-09-11 Thread Sarsoun, Jeff

There could be many reasons, but I would start with deleting your temp internet files 
in IE.

Jeff Sarsoun

-Original Message-
From: Kodjo Ackah [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:29 AM
To: CF-Talk
Subject: damaged .pdf


IE 5.5 keeps saying my pdf file is damaged although Netscape is cool
about it for a change.
What's happening here?
 
Kodjo Ackah

Principal Consultant

Concrete Media Ltd

32 Great Sutton Street

Clerkenwell

London, EC1V 0DX

Tel:+44 (0)20 7251 8090

Fax: +44 (0)20 7251 8780

Mobile: +44 (0)07748 79 1038

Office Location:
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1
http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852Y=182204A=YZ=1

 

 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_Query2Excel

2002-09-05 Thread Sarsoun, Jeff

I modified the cf_query2excel tag to do just that.  Let me know off list if your 
interested in it.

Jeff

-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 1:27 PM
To: CF-Talk
Subject: CF_Query2Excel


I want to ouput a query to an excel file and am using the custom tag
cf_query2excel.

When the Excel file is generated the excel headings are not in the same
sequence as in the query. For example, the query has in this order
'SponsorName, SponsorID, FirstName, LastName.' But in the Excel file it
shows up in the following sequence 'FirstName, LastName, etc.'

Any suggestions on how to make the headings appear in the same sequence as
the query?

thanks
Sebastian


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT - Executing an app from MS SQL

2002-09-05 Thread Sarsoun, Jeff

With SQL Server look at the extended stored procedure xp_cmdshell.  That may give you 
what you need.  I always remove this sp for security reasons, but if you decide to use 
this powerful sp, make sure you lock it down properly.

Jeff Sarsoun

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 2:19 PM
To: CF-Talk
Subject: RE: OT - Executing an app from MS SQL


I would like to know about this too

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 26, 2002 2:16 PM
To: CF-Talk
Subject: OT - Executing an app from MS SQL


Could someone please point me to a BOL article or another resource on
how I can set up a trigger to execute an outside application and pass it
some command line arguments? I'd like to do within the database itself
and not the CF itself.

Thanks much!




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: filesystem security (was: Idea Incubator - javax.imageio.Imag eReader)

2002-07-19 Thread Sarsoun, Jeff

Yes, but has anybody ever seen Matt and Dave in the same room together,
hmmm?

Jeff

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 9:14 PM
To: CF-Talk
Subject: RE: filesystem security (was: Idea Incubator -
javax.imageio.Imag eReader)


We always agree... we just pretend like we at each other's throats for
the entertainment of the list.

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
V: 415-577-8070
F: 415-341-8906
P: [EMAIL PROTECTED]

 -Original Message-
 From: Craig Thomas [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 6:15 PM
 To: CF-Talk
 Subject: RE: filesystem security (was: Idea Incubator -
javax.imageio.Imag
 eReader)
 
 Holy s$%# Batman!  did Dave and Matt just agree!?
 
 
 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 7:39 PM
 To: CF-Talk
 Subject: RE: filesystem security (was: Idea Incubator -
 javax.imageio.Imag eReader)
 
 
 I certainly agree and have stated so in other threads. The virtual
 machine image concept is finally starting to go somewhere. It is now
 possible to easily host many different Linux images on the same
 hardware. IBM also offers this kind of setup on its mainframes.
 Although, the costs of hardware are making this setup less cost
 effective. For example, RLX makes a blade chassis that can
accommodate
 24 blades in 3 U of space. With each blade costing around $1500 a
piece,
 a rack full of blades is a much better deal than a mainframe.
 
 Matt Liotta
 President  CEO
 Montara Software, Inc.
 http://www.montarasoftware.com/
 V: 415-577-8070
 F: 415-341-8906
 P: [EMAIL PROTECTED]
 
  -Original Message-
  From: Dave Watts [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, July 18, 2002 4:38 PM
  To: CF-Talk
  Subject: RE: filesystem security (was: Idea Incubator -
 javax.imageio.Imag
  eReader)
 
   I think this brings up interesting security issues for
   virtual hosting companies. In this case, accessing files
   with IE would be done using the application server's user.
   Thus enabling all of the virtual users to see each other's
   files since there is only a single application server.
 
  Well, personally, I've always thought that secure shared hosting
was
  always
  pretty much a lost cause. I think that the only reasonably safe
 approach
  is
  to use virtual machines - something like VMware's GSX server, for
 example.
  While Jochem's setup is probably safe enough for most people, I
doubt
 that
  many shared hosting providers go to that extreme. It just seems
like
 too
  much trouble to me, but maybe I'm just too lazy. And when you
start
 using
  CF
  in virtual machines, I suspect you might need one license for each
VM,
  which
  might be a bit expensive.
 
  I do remember the old days, though, when a web server
administrator
 was
  expected to read every CGI script to ensure that it didn't do
anything
  bad.
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  voice: (202) 797-5496
  fax: (202) 797-5444
 
 
 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Unzip?

2002-07-11 Thread Sarsoun, Jeff

I have a java CFX tag that implements the java.util.zip package.  Let me
know off the list if you are interested in using it.  It is not in the tag
gallery right now because MM feels the need to pull a tag offline if it has
a pending file update.

Jeff Sarsoun

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 1:48 PM
To: CF-Talk
Subject: RE: Unzip?


The package java.util.zip should have everything you need.

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
V: 415-577-8070
F: 415-341-8906
P: [EMAIL PROTECTED]

 -Original Message-
 From: Kris Pilles [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 10:28 AM
 To: CF-Talk
 Subject: Unzip?
 
 I need to have CF unzip a file for me on the server??? Anyone know of
a
 good custom tag or have any suggestions...
 
 -Original Message-
 From: John Beynon [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 8:38 AM
 To: CF-Talk
 Subject: RE: cflocation problem. Anyone seen this?
 
 
 How about this one:
 
 http://www.macromedia.com/v1/Handlers/index.cfm?ID=22712Method=Full
 
 Jb.
 
  -Original Message-
  From: Bud [mailto:[EMAIL PROTECTED]]
  Sent: 11 July 2002 12:03
  To: CF-Talk
  Subject: RE: cflocation problem. Anyone seen this?
 
 
  On 7/11/02, Tilbrook, Peter penned:
  Are you using cookies? This was a well documented problem. Eg:
  
  Also CF 4.5 has an additional service pack (2) available.
 
  Well documented where? :) I've been through all the items in the
  knowledge base containing cflocation and there's no mention of this
  problem.
 
  -Original Message-
  From: Bud [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, 11 July 2002 10:32 AM
  To: CF-Talk
  Subject: cflocation problem. Anyone seen this?
 
 
  Not sure id this is a problem with CF or IIS or IE.
 
  Post a form and write some client and session variables to a
  cart, then do an immediate cflocation. I get HTTP header info
  showing up in IE 5.5 on PC. It doesn't show up on NN 4.7 on
  Mac or PC, IE 5.1 on Mac  or NN 6.2 on PC. If I refresh the
  page where I cflocation to, the headers go away.
 
  The server is running IIS 5 and CF 4.5.1 SP 1.
 
  Clues?
  --
 
  Bud Schneehagen - Tropical Web Creations
 
  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  ColdFusion Solutions / eCommerce Development
  [EMAIL PROTECTED] http://www.twcreations.com/
  954.721.3452
 
 
 

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX_Zip CFMX

2002-06-04 Thread Sarsoun, Jeff

If you don't get it working, I wrote a tag that can do similar things as
CFX_Zip, and it's free.
http://devex.macromedia.com/developer/gallery/searchresults.cfm?keywords=jco
mpresssearch=search  Or if cfexecute is available on your server you could
use the command line version of winzip, it gives you greater flexibility.

Jeff

-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 7:20 AM
To: CF-Talk
Subject: CFX_Zip  CFMX


I'm trying to run cfx_zip on cfmx and apache.and keep getting this
error:

Exceptions

07:14:56.056 - coldfusion.tagext.DerivedNativeCFXException - in
C:\Inetpub\wwwroot\content\ziptest\ziptest.cfm : line 7

Error occurred in tag CFX_ZIP

does anyone know if this tag is working on cfmx? or is it just me?
(cuz that is very possible, course the code was a werkin before i
upgraded. Bah!)




-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfcomet?

2002-06-03 Thread Sarsoun, Jeff

Does anybody know if http://www.cfcomet.com is permanently gone or moved?
I'm getting a blank page with no web site is configured at this address
printed on it.

Jeff
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cracking an Access file

2002-04-25 Thread Sarsoun, Jeff

Try the F11 key.

Jeff

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 2:40 PM
To: CF-Talk
Subject: OT: Cracking an Access file 


Ok my fair friends ;) Thanks for all the help on the text editor I used
TEXTPAD works pretty well opened a 500 meg files with it ;)

 

And now I have an access file that has a username/password. I need to
get access to the file and I don't remember the logins.

Any idea how to crack an access file ;)

 

 

 

Bill Wheatley

Senior Database Developer

Ediets.com

Macromedia Certified Coldfusion Developer

954.360.9022 X159

 



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists