Re: Non interactive ftp

From: Justin Bleistein (justin.bleistein_at_TOWERSPERRIN.COM)
Date: 09/16/05

  • Next message: Naylor, Jim: "Re: Non interactive ftp"
    Date:         Fri, 16 Sep 2005 08:45:34 -0400
    To: aix-l@Princeton.EDU
    
    

    Look at the ftp CLI sub-commands: "user" and "quote". So it would be
    something like the following:

    ftp host/ip
    user id
    quote password
    get/put operation
    quit

    Thanks.

    --Justin Richard Bleistein
     AIX Systems Administrator

    Faisalq@CYBER.NET.PK
    Sent by: IBM AIX Discussion List <aix-l@Princeton.EDU>
    09/16/2005 08:08 AM
    Please respond to
    IBM AIX Discussion List <aix-l@Princeton.EDU>

    To
    aix-l@Princeton.EDU
    cc

    Subject
    Non interactive ftp

    Hi,

    Currently when we do ftp host, it asks for userid/password and then
    put/get needs to be entered.

    How can this be done in batch mode, so that all files to be transferred
    can be specified in one go and userid/password prompt is also not
    displayed.

    Thanks.


  • Next message: Naylor, Jim: "Re: Non interactive ftp"