Menu

#1 cannot upload files to release area

open
nobody
None
8
2006-09-20
2006-09-20
No

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>

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.