Re: [Run CF on one server and write to another server?]

2001-02-23 Thread Alex

schedule a DOS batch job
xcopy works


"Sall, Basia" [EMAIL PROTECTED] wrote:
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/plain;
charset="iso-8859-1"

I am currently using CF to create static html pages on a daily basis.  Once
they are created, I want to write or move them to another server.  Any
suggestions as to how to get the files moved or written over to the other
server? I am having no luck here,

Thanks in advance,
Basia 

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 5.5.2653.12"
TITLERun CF on one server and write to another server?/TITLE
/HEAD
BODY

PFONT SIZE=3D2I am currently using CF to create static html pages =
on a daily basis.  Once they are created, I want to write or move them to another 
server.  Any suggestions as to how to get the files moved or written over to the other 
server? I am having no luck here,/FONT/P

PFONT SIZE=3D2Thanks in advance,/FONT
BRFONT SIZE=3D2Basia /FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C09DA4.997A2450--

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

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Run CF on one server and write to another server?

2001-02-23 Thread C. Hatton Humphrey

Have you looked into CFFTP?

Hatton Humphrey

 -Original Message-
 From: Sall, Basia [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 23, 2001 9:26 AM
 To: CF-Talk
 Subject: Run CF on one server and write to another server?


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01C09DA4.997A2450
 Content-Type: text/plain;
   charset="iso-8859-1"

 I am currently using CF to create static html pages on a daily
 basis.  Once
 they are created, I want to write or move them to another server.  Any
 suggestions as to how to get the files moved or written over to the other
 server? I am having no luck here,

 Thanks in advance,
 Basia

 --_=_NextPart_001_01C09DA4.997A2450
 Content-Type: text/html;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
 HTML
 HEAD
 META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Diso-8859-1"
 META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
 5.5.2653.12"
 TITLERun CF on one server and write to another server?/TITLE
 /HEAD
 BODY

 PFONT SIZE=3D2I am currently using CF to create static html pages =
 on a daily basis.nbsp; Once they are created, I want to write or move =
 them to another server.nbsp; Any suggestions as to how to get the =
 files moved or written over to the other server? I am having no luck =
 here,/FONT/P

 PFONT SIZE=3D2Thanks in advance,/FONT
 BRFONT SIZE=3D2Basia /FONT
 /P

 /BODY
 /HTML
 --_=_NextPart_001_01C09DA4.997A2450--

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Run CF on one server and write to another server?

2001-02-23 Thread Steve Bernard

Assuming both of your boxes are MS WindowsNT/W2k you could:

1) Map a drive from one box to the other and use CFFILE to copy
2) Run an FTP daemon on one or both boxes and use CFFTP to copy
3) Use WDDX to push/get preprocessed chunks from one box to the other

Steve


-Original Message-
From: Sall, Basia [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 9:26 AM
To: CF-Talk
Subject: Run CF on one server and write to another server?


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/plain;
charset="iso-8859-1"

I am currently using CF to create static html pages on a daily basis.  Once
they are created, I want to write or move them to another server.  Any
suggestions as to how to get the files moved or written over to the other
server? I am having no luck here,

Thanks in advance,
Basia 

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12"
TITLERun CF on one server and write to another server?/TITLE
/HEAD
BODY

PFONT SIZE=3D2I am currently using CF to create static html pages =
on a daily basis.nbsp; Once they are created, I want to write or move =
them to another server.nbsp; Any suggestions as to how to get the =
files moved or written over to the other server? I am having no luck =
here,/FONT/P

PFONT SIZE=3D2Thanks in advance,/FONT
BRFONT SIZE=3D2Basia /FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C09DA4.997A2450--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Run CF on one server and write to another server?

2001-02-23 Thread Jeffry Houser


   I'd look at the CFFTP tag.  Although, I haven't actually used it, I 
believe it should do the trick.

At 09:26 AM 02/23/2001 -0500, you wrote:
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/plain;
 charset="iso-8859-1"

I am currently using CF to create static html pages on a daily basis.  Once
they are created, I want to write or move them to another server.  Any
suggestions as to how to get the files moved or written over to the other
server? I am having no luck here,

Thanks in advance,
Basia

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/html;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
Run CF on one server and write to another server?

I am currently using CF to create static html pages = on a daily 
basis.  Once they are created, I want to write or move = them to another 
server.  Any suggestions as to how to get the = files moved or written 
over to the other server? I am having no luck = here,

Thanks in advance,
Basia
--_=_NextPart_001_01C09DA4.997A2450--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Jeff Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
Instant ColdFusion 4.5  | ISBN: 0-07-213238-8
Due out 3rd Quarter 2001
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Half of the Alternative Folk Duo called Far Cry Fly
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
--
I've got the brains, you've got the looks, let's make lots of money


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Run CF on one server and write to another server?

2001-02-23 Thread JustinMacCarthy

Look here :

http://www.cffaq.org/cfserveruseraccount.cfm


Justin

-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 5:57 PM
To: CF-Talk
Subject: Re: Run CF on one server and write to another server?



   I'd look at the CFFTP tag.  Although, I haven't actually used it, I
believe it should do the trick.

At 09:26 AM 02/23/2001 -0500, you wrote:
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/plain;
 charset="iso-8859-1"

I am currently using CF to create static html pages on a daily
basis.  Once
they are created, I want to write or move them to another server.  Any
suggestions as to how to get the files moved or written over to the other
server? I am having no luck here,

Thanks in advance,
Basia

--_=_NextPart_001_01C09DA4.997A2450
Content-Type: text/html;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
Run CF on one server and write to another server?

I am currently using CF to create static html pages = on a daily
basis.  Once they are created, I want to write or move = them to another
server.  Any suggestions as to how to get the = files moved or written
over to the other server? I am having no luck = here,

Thanks in advance,
Basia
--_=_NextPart_001_01C09DA4.997A2450--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Jeff Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
Instant ColdFusion 4.5  | ISBN: 0-07-213238-8
Due out 3rd Quarter 2001
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Half of the Alternative Folk Duo called Far Cry Fly
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
--
I've got the brains, you've got the looks, let's make lots of money



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists