venkat kulkarni wrote:

FOTS0806 EDC5129I No such file or directory. (errno2=0x05620062) (-v)


Yes, not:

   sftp -b -v ......

but rather

   sftp -b - -v ......

I pointed out my mistake typing the first message

The flag is "-b -".

-b expects a file argument. The extra dash "-" means "the file for batch mode is 
instead Standard Input".

Jack J. Woehr wrote:

OOPS mistake should be this:


     sftp -b - -v [email protected]

Note the "-" after the "-b" before the "-v"

I did it right below \/\/\/\/\/\/

The "-b - " tells sftp to read in batch mode from standard in. That might
work.



--
Jack J. Woehr     # Science is more than a body of knowledge. It's a way of
www.well.com/~jax # thinking, a way of skeptically interrogating the
universe
www.softwoehr.com # with a fine understanding of human fallibility. -
Carl Sagan


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



--
Jack J. Woehr     # Science is more than a body of knowledge. It's a way of
www.well.com/~jax # thinking, a way of skeptically interrogating the universe
www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to