The error is
Invalid byte 1 of 1-byte UTF-8 sequence.
Anderson, Rob (Global Trade) wrote:
>
> What is the output of the build? What is the error?
>
> -Rob A
>
>> -----Original Message-----
>> From: sarancse [mailto:sarancse@gmail.com]
>> Sent: Wednesday, June 27, 2007 9:09 AM
>> To: user@ant.apache.org
>> Subject: ANT FTP task
>>
>>
>> I am unable to upload a file using the following ANT script.
>> I am having commons-net-1.4.0.jar and jakarta-oro-2.0.8.jar
>> in my ANT lib. Please help to upload successfully
>> <taskdef name="ftp"
>> classname="org.apache.tools.ant.taskdefs.optional.net.FTP" />
>> <target name="upload" description="Upload the files to
>> WordPress Installation" >
>> <ftp verbose="yes"
>> passive="yes"
>> depends="yes"
>> remotedir="/home/ftpadmin"
>> server="${remote.server}"
>> userid="${ftp.login}"
>> password="${ftp.password}">
>> <fileset dir="dir" includes="*.*" />
>> </ftp>
>> </target>
>> --
>> View this message in context:
>> http://www.nabble.com/ANT-FTP-task-tf3989267.html#a11327351
>> Sent from the Ant - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>> For additional commands, e-mail: user-help@ant.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
>
--
View this message in context: http://www.nabble.com/ANT-FTP-task-tf3989267.html#a11329065
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|