On Wed, Aug 22, 2001 at 12:12:23PM +0200, Jean-Mathieu Baudry wrote:

> how i can setup ssh for using sftp in a script?

sftp is appropriate for interactive use; for a script, scp is easier.

> batchfile is like :
> open host
> password

Don't embed passwords in a script like this -- use RSA Authentication
instead.

Reply via email to