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
______________________________________________________________________
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to