You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/07/02 11:24:11 UTC

DO NOT REPLY [Bug 45324] New: FTP does not work with CMS Version 20 running under z/ VM Version 5 Release 2.0

https://issues.apache.org/bugzilla/show_bug.cgi?id=45324

           Summary: FTP does not work with CMS Version 20 running under z/VM
                    Version 5 Release 2.0
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: r.cebula@warwick.ac.uk


Created an attachment (id=22208)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22208)
Output from Ant when the command ant -verbose -debug VM is run

When trying to use the optional FTP task, it does not work with CMS running
under z/VM.
I attempt to perform a simple list action using the following ant XML:

<target name="VM" description="Put stuff onto z/VM">
    <ftp server="servernamegoeshere" 
         userid="useridgoeshere"
         password="passwordgoeshere" 
         passive="yes" 
         action="list"
         listing="VMLIST">

        <fileset dir="."><include name="*RASM*" /></fileset>
    </ftp>
</target>

Attached is the messages which I receive from ant run with the -verbose and
-debug options:


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45324] FTP does not work with CMS Version 20 running under z/ VM Version 5 Release 2.0

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45324


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2008-07-14 07:36:33 PST ---
seems as if your OS was not supported by commons-net.  There is nothing we can
do about it, your best option is to raise an enhancement request over there,
where over there is https://issues.apache.org/jira/browse/NET


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.