I have been using cfFTP to u/l a file to a server (StoreRunner.com), but all
of a sudden they say they are getting 0 byte files (after a few months of
daily success). When I send the same file with WS FTP, it gets there. Does
anyone have any insight? Code follows, and I am relatively new to CF (so I
could be overlooking the obvious).

<cfftp action="OPEN" 
        server="216.229.243.231"  
        username="anonymous" 
        password="[EMAIL PROTECTED]" transfermode="AUTO"
        stoponerror="yes" passive="Yes"
        connection="StoreRunner" timeout="65" port="21">
                        
        
<cfftp connection="StoreRunner" 
        action="PUTFILE"
        remotefile="#StaticFileName#"
        
localfile="E:\Inetpub\intranet\!Apps\StoreRunner\MerchUpdate\Assets\OutputFi
les\#StaticFilename#" 
        transfermode="AUTO" timeout="65">       

Thanks for your help.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


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

Reply via email to