I am currently out of the office but will return Monday, March 25.  If
the matter is urgent, you may reach me by cell phone at 801-319-3503.

Thanks,

Peter Nugent
Webmaster
Novell Global Sales Programs
Phone :(801) 861-8419
Cell: (801) 319-3503


>>> cf-talk 03/22/02 11:52 >>>

Hi, Everyone:

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
______________________________________________________________________
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