I have looked at Macromedia's documentation and it pretty much sucks for
the CFFTP tag, could someone please help.

I am trying to FTP a file to my other server and originally the file is
l712 Bytes and once it gets to t destination it is 0 bytes. Could
someone please tell me what was wrong in my code?

<CFFTP CONNECTION=FTP 
    USERNAME="usr" 
    PASSWORD="dog" 
    SERVER="www.yahoo.com" 
    ACTION="Open" 
    STOPONERROR="Yes"> 

 <CFFTP
    ACTION="putfile"
    USERNAME="usr"
    PASSWORD="dog"
    SERVER="www.yahoo.com"
    LOCALFILE="testfile.txt"
    REMOTEFILE="/test/uploadedfile.txt">
        
<CFFTP ACTION="close"
        CONNECTION="FTP"
        STOPONERROR="Yes">

Thanks! 
Jim Vosika
SoftwareSuperMall.Com

______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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

Reply via email to