cannot upload files to release area
Status: Beta
Brought to you by:
jhrabows
The ftp command which used to work now errors out
C:\SFSVN\autopipes-tr\tools\build.xml:66: could not put
file: 425 Failed to establish connection.
The file is created but has length 0.
Here is the ant command:
<target name="publish" description="Move release to
SourceForge">
<ftp server="upload.sourceforge.net"
remotedir="/incoming"
userid="anonymous"
password="janh@norwoodlight.com"
depends="yes" >
<fileset dir="${dir.dist}">
<include name="*.zip"/>
</fileset>
</ftp>
</target>