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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to