RE: Replacing non-interactive ftp connections with sftp?

From: Woodson, Michael A. (woodsonm@umsystem.edu)
Date: 12/17/02

  • Next message: Ben Lindstrom: "Re: Passwordless ssh, "once and for all"..."
    Date: Tue, 17 Dec 2002 13:17:00 -0600
    From: "Woodson, Michael A." <woodsonm@umsystem.edu>
    To: <Ralf.Strandell@silja.com>, <secureshell@securityfocus.com>
    
    

    We use the command "scp" for non-interactive connections. This should be a part of the standard ssh distribution.

    Mike

    -----Original Message-----
    From: Ralf.Strandell@silja.com [mailto:Ralf.Strandell@silja.com]
    Sent: Tuesday, December 17, 2002 6:15 AM
    To: secureshell@securityfocus.com
    Subject: Replacing non-interactive ftp connections with sftp?

    Hello

    How do I replace non-interactive ftp connections with sftp connections?

    As far as I know sftp requires user interaction and thus forces me to use
    ordinary ftp instead.
    Expect does not work because sftp wants to read the keyboard, not stdin...