Hi, On Wed, Dec 20, 2006 at 12:18:48PM -0500, Jain, Nitin [CPB] wrote: > Where do I need to specify the password in SFTP program to run it > in an non-interactive mode. sftp doesn't support that AFAIK. You could do an ugly hack with expect, or better yet use a private key and/or SSH agent to do automated authentication. //Peter