5 pts.
 SFTP results
Regular FTP outputs results to a log file, where does ssh-sftp in batch write results? Thanks.

Software/Hardware used:
ASKED: June 5, 2009  4:44 PM
UPDATED: June 8, 2009  4:17 PM

Answer Wiki:
you can output the batch results using -b option. Here's an Example code $ cat > batchfile pwd ls $ sftp -b batchfile someuser@localhost > /var/tmp/foo Password: $ cat /var/tmp/foo sftp> pwd Remote working directory: /home/someuser sftp> ls some_file some_other_file some_dir sftp> $
Last Wiki Answer Submitted:  June 8, 2009  4:17 pm  by  Puneet   90 pts.
All Answer Wiki Contributors:  Puneet   90 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _