VM

 View Only
  • 1.  mainframe ftp

    Posted Mar 03, 2017 04:31 PM

    How do I ftp upload to Mainframe? Please provide ftp samples.



  • 2.  Re: mainframe ftp

    Posted Mar 13, 2017 09:51 AM

    Is this a general question or for a specific product?


    If for a specific product, what product?



  • 3.  Re: mainframe ftp
    Best Answer

    Broadcom Employee
    Posted Mar 13, 2017 11:09 AM

    Chris,

    Not sure what products you have a question on but there are some good examples in the 

    Pax-Enhanced ESD User Guide.

     

    For one example - on page 29 - CAtoMainframe.txt.

     

    Kevin



  • 4.  Re: mainframe ftp

    Posted Apr 12, 2017 10:07 AM

    At my site we need to go through a proxy and provide the required credentials to access other FTP sites

     

    Documented Excerpt

    //INPUT DD *

    Host

    anonymous YourEmailAddress

    lcd yourUSSpaxdirectory

    binary

    get FTP_location

    quit

    /*

     

    Excerpt with Proxy

    //INPUT DD *

    Proxy

    ProxyLogin ProxyPassword

    quote site Host

    anonymous YourEmailAddress

    lcd yourUSSpaxdirectory

    binary

    get FTP_location

    quit

    /*

     

    Where Proxy is the fully qualified name/IP Address.

     

    At my site ProxyLogin and ProxyPassword are my Active Directory ID and Password