Hi ant-user,
what can wrong in this build.xml?? this task do NOTHING !! <project name="deminator.de" default="strato"> <target name="strato"> <ftp server="localhost" userid="anonym" password="dem@localhost" verbose="yes" binary="yes" depends="yes" action="put"> <fileset dir="."/> </ftp> </target> </project> ftp-server-log: 13:17:49 - (not logged in) (127.0.0.1) > connected to ip : 127.0.0.1 13:17:49 - (not logged in) (127.0.0.1) > sending welcome message. 13:17:49 - (not logged in) (127.0.0.1) > 220 DKL 13:17:49 - (not logged in) (127.0.0.1) > USER anonym 13:17:49 - (not logged in) (127.0.0.1) > 331 Password required for anonym. 13:17:49 - (not logged in) (127.0.0.1) > PASS ******** 13:17:49 - anonym [anonym] (127.0.0.1) > logged in anonymously with login/pass : anonym/dem@localhost 13:17:49 - anonym [anonym] (127.0.0.1) > 230 User anonym logged in. 13:17:49 - anonym [anonym] (127.0.0.1) > TYPE I 13:17:49 - anonym [anonym] (127.0.0.1) > 200 Type set to I. 13:17:49 - anonym [anonym] (127.0.0.1) > QUIT 13:17:49 - anonym [anonym] (127.0.0.1) > 221 Bye bye ... 13:17:49 - anonym [anonym] (127.0.0.1) > disconnected. (00:00:00) that has working with earlir version of ant sorry for my english :( -- ____ / __ \___ ____ ___ ICQ : 19812774 / / / / _ \/ __ `__ \ IRC : IRCnet, #Odessa / /_/ / __/ / / / / / E-mail : [EMAIL PROTECTED] /_____/\___/_/ /_/ /_/ HomePage : www.deminator.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>