ant-phone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ant-phone-devel] (no subject)


From: ghanshyam gehlot
Subject: [Ant-phone-devel] (no subject)
Date: Sun, 31 Oct 2004 06:59:20 -0800 (PST)

Hi,
The bug is regarding FTP task

My OS is SOLARIS

what happens is that when I FTP  on some remote
machine to put something the same content is also FTP
'ed on the another remote machine on which I had
FTP'ed before the current remote machine
as well as when I try to delete something from remote
machine the contents of the other remote machine also
gets deleted for which I had used FTP task just before
the current machine.May be I am using solaris and the
ftp task is not suitable to be used on solaris



I am writing the  code just below.

When I put someting on the remote machine
<property file="xxxx" />
<ftp  action="mkdir"
        server="${A}"
        userid="${B}" 
        password="${C}" 
        remotedir="${D}">
</ftp>
<ftp server="${A}"
        remotedir="${yyyyy}"
        userid="${B}"
        password="${C}" >
        <fileset dir="${yyyy}" />
</ftp>
<ftp server="${A}"
        remotedir="${yyyy}/zz"
        userid="${B}"
        password="${C}" >
        <fileset dir="vv" >
                <include name="bbbb"/>
        </fileset>
</ftp>

When I delete something on the remote machine
<property file="nnnn" />
<ftp  action="delete"
        server="${A}"
        userid="${B}" 
        password="${C}" 
        remotedir="${eee}">
        <fileset>
                <include name="ss" />
        </fileset>
</ftp> 
<ftp  action="rmdir"
        server="${A}"
        userid="${B}" 
        password="${C}" 
        remotedir="${eee}">
<fileset>
        <include name="ff"/>
</fileset>
</ftp> 
<ftp  action="delete"
      server="${A}"
      userid="${B}" 
      password="${C}" 
        remotedir="${eee}">
        <fileset>
          <include name="sssdsd"/>
        </fileset>
</ftp> 
<ftp action="rmdir"
        server="${A}"
        remotedir="fdfff"
        userid="${B}"
        password="${D}" >
        <fileset>
                <include name="dsdsdsdd"/>
        </fileset>
</ftp>  


There is no direct relationship between the upper and
the lower portions of the code.




                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]