Will,
No, but I put the full path for the "localfile" and it worked.  What is
passive connection anyway?  caching?

Nathan

----- Original Message -----
From: "W Luke" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 2:41 PM
Subject: Re: How to make CFFTP work


> Nathan,
>
> Have you tried using Passive connections?
>
> Will
>
> > I have the following <cfftp> codes that are not working.  I am trying to
> > send a file to a ftp server.  The codes run but the file doesn't get
> > moved to the ftp server.  This is the first time I used <cfftop> and I
> > must have missed something basic. Can anyone spot the problem?  Thanks.
> >
> > <cfftp connection="myconnection"
> >     action="open"
> >     username="myusername"
> >     password="mypassword"
> >     server="111.111.111.111"
> >     >
> > <cfftp connection="myconnection"
> >     action="putfile"
> >     localfile="Test.cfm"
> >     remotefile="test.cfm"
> >     server="111.111.111.111"
> >     directory="mydirectory"
> >     stoponerror="yes"
> >  >
> > <cfftp connection="myconnection" action="close">
> >
> >
> > Nathan Chen
> >
> >
> > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> > Archives: http://www.mail-archive.com/[email protected]/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>
>
> __________________________________________________
>
> LocalBounty.com - Advanced Advertising Solutions for the home and business
>
> Why not Pingo your photos for free?
>
> http://www.localbounty.com/pingo
> 
______________________________________________________________________
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to